Completed
Branch master (010acb)
by Gordon
05:58
created
code/ImageMetaDataExtension.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -105,8 +105,7 @@
 block discarded – undo
105 105
 		  	
106 106
         $this->owner->ExifRead = true;
107 107
 		  	$this->owner->write();	
108
-  		}
109
-  		catch (Exception $e) {
108
+  		} catch (Exception $e) {
110 109
   			error_log($e);
111 110
   		}
112 111
   		
Please login to merge, or discard this patch.