Changeset 3168 for trunk/system/libraries/Image.php
- Timestamp:
- 07/20/2008 08:34:36 PM (4 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/Image.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/Image.php
r3160 r3168 72 72 73 73 // Check to make sure the image exists 74 if ( ! file_exists($image))74 if ( ! is_file($image)) 75 75 throw new Kohana_Exception('image.file_not_found', $image); 76 76
