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

    r1773 r1774  
    4646 
    4747                // Validate the driver 
    48                 if ( ! (self::$driver instanceof Archive_Driver)) 
     48                if ( ! ($this->driver instanceof Archive_Driver)) 
    4949                        throw new Kohana_Exception('archive.driver_implements', $type); 
    5050