Completed
Push — master ( 9fc766...ae1c8e )
by Gordon
10:23
created
code/ImageMetaDataExtension.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -84,8 +84,7 @@
 block discarded – undo
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
         }
Please login to merge, or discard this patch.