Changeset 1774 for trunk/system/libraries/Cache.php
- Timestamp:
- 01/21/2008 10:59:46 AM (12 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/Cache.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/Cache.php
r1773 r1774 51 51 52 52 // Validate the driver 53 if ( ! ( self::$driver instanceof Cache_Driver))53 if ( ! ($this->driver instanceof Cache_Driver)) 54 54 throw new Kohana_Exception('cache.driver_not_supported', 'Cache drivers must use the Cache_Driver interface.'); 55 55
