Completed
Push — development ( 54a821...ac7a53 )
by Nils
07:19
created
sources/main.functions.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1747,7 +1747,7 @@
 block discarded – undo
1747 1747
     if (is_file($file)) {
1748 1748
         try {
1749 1749
             close($file);
1750
-        } catch (Exception $e){
1750
+        } catch (Exception $e) {
1751 1751
             print_r($e);
1752 1752
         }
1753 1753
         // define if we under Windows
Please login to merge, or discard this patch.
sources/upload/upload.attachments.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -220,7 +220,7 @@
 block discarded – undo
220 220
 if (!file_exists($targetDir)) {
221 221
     try {
222 222
         mkdir($targetDir);
223
-    } catch (Exception $e){
223
+    } catch (Exception $e) {
224 224
         print_r($e);
225 225
     }
226 226
 }
Please login to merge, or discard this patch.