Changeset 1774 for trunk/system/libraries/Database.php
- Timestamp:
- 01/21/2008 10:59:46 AM (12 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/Database.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/Database.php
r1773 r1774 169 169 170 170 // Validate the driver 171 if ( ! ( self::$driver instanceof Database_Driver))171 if ( ! ($this->driver instanceof Database_Driver)) 172 172 throw new Kohana_Exception('database.driver_not_supported', 'Database drivers must use the Database_Driver interface.'); 173 173
