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/Database.php

    r1773 r1774  
    169169 
    170170                // Validate the driver 
    171                 if ( ! (self::$driver instanceof Database_Driver)) 
     171                if ( ! ($this->driver instanceof Database_Driver)) 
    172172                        throw new Kohana_Exception('database.driver_not_supported', 'Database drivers must use the Database_Driver interface.'); 
    173173