Changeset 29392
- Timestamp:
- Sep 3, 2014, 6:59:15 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/include/image.class.php
r28587 r29392 242 242 $rotation = 0; 243 243 244 $exif = exif_read_data($source_filepath);244 $exif = @exif_read_data($source_filepath); 245 245 246 246 if (isset($exif['Orientation']) and preg_match('/^\s*(\d)/', $exif['Orientation'], $matches))
Note: See TracChangeset
for help on using the changeset viewer.