Show
Ignore:
Timestamp:
01/21/2008 10:59:46 AM (12 months ago)
Author:
Geert
Message:

Oops, that's better.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/libraries/Cache.php

    r1773 r1774  
    5151 
    5252                // Validate the driver 
    53                 if ( ! (self::$driver instanceof Cache_Driver)) 
     53                if ( ! ($this->driver instanceof Cache_Driver)) 
    5454                        throw new Kohana_Exception('cache.driver_not_supported', 'Cache drivers must use the Cache_Driver interface.'); 
    5555