Changeset 3188 for trunk/modules/smarty

Show
Ignore:
Timestamp:
07/22/2008 09:23:19 AM (3 months ago)
Author:
Shadowhand
Message:

Fixing #707, thanks nicklevett.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/modules/smarty/libraries/MY_Smarty.php

    r3168 r3188  
    6565                        $error = sprintf($error, $directory); 
    6666 
    67                         Kohana::show_error('Compile/Cache directory is not writeable/executable', $error); 
     67                        throw new Kohana_User_Exception('Compile/Cache directory is not writeable/executable', $error); 
    6868                } 
    6969