Changeset 1531
- Timestamp:
- 12/14/07 10:33:45 (9 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/drivers/Cache_Sqlite.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/drivers/Cache_Sqlite.php
r1522 r1531 39 39 if ( ! is_dir($directory) OR ! is_writable($directory)) 40 40 throw new Kohana_Exception('cache.unwritable', $directory); 41 42 // Make sure the cache database is writable 43 if (file_exists($filename) AND ! is_writable($filename)) 44 throw new Kohana_Exception('cache.unwritable', $filename); 41 45 42 46 // Open up an instance of the database
