Changeset 1774 for trunk/system/libraries/Image.php
- Timestamp:
- 01/21/2008 10:59:46 AM (12 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/Image.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/Image.php
r1773 r1774 80 80 $this->driver = new $driver($this->config['params']); 81 81 82 if ( ! ( self::$driver instanceof Image_Driver))82 if ( ! ($this->driver instanceof Image_Driver)) 83 83 throw new Kohana_Exception('image.invalid_driver', $driver); 84 84 }
