@@ -84,8 +84,7 @@ |
||
| 84 | 84 | $this->owner->ExifRead = true; |
| 85 | 85 | $this->owner->Orientation = $this->owner->Image()->getOrientation(); |
| 86 | 86 | $this->owner->write(); |
| 87 | - } |
|
| 88 | - catch (Exception $e) { |
|
| 87 | + } catch (Exception $e) { |
|
| 89 | 88 | error_log($e->getMessage()); |
| 90 | 89 | } |
| 91 | 90 | } |