Changeset 3168 for trunk/system/libraries/drivers/Image/ImageMagick.php
- Timestamp:
- 07/20/2008 08:34:36 PM (4 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/drivers/Image/ImageMagick.php
r2709 r3168 43 43 44 44 // Check to make sure the provided path is correct 45 if ( ! file_exists(realpath($config['directory']).'/convert'.$this->ext))45 if ( ! is_file(realpath($config['directory']).'/convert'.$this->ext)) 46 46 throw new Kohana_Exception('image.imagemagick.not_found', 'convert'.$this->ext); 47 47
