Changeset 3188 for trunk/modules
- Timestamp:
- 07/22/2008 09:23:19 AM (4 months ago)
- Files:
-
- 1 modified
-
trunk/modules/smarty/libraries/MY_Smarty.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/smarty/libraries/MY_Smarty.php
r3168 r3188 65 65 $error = sprintf($error, $directory); 66 66 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); 68 68 } 69 69
