Completed
Push — development ( 2c05ec...a5a40b )
by Nils
07:16
created
sources/main.queries.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1160,7 +1160,7 @@
 block discarded – undo
1160 1160
             break;
1161 1161
         }
1162 1162
 
1163
-        try{
1163
+        try {
1164 1164
             unlink($_POST['filename']);
1165 1165
         }
1166 1166
 
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
@@ -218,7 +218,7 @@
 block discarded – undo
218 218
 
219 219
 // Create target dir
220 220
 if (!file_exists($targetDir)) {
221
-    try{
221
+    try {
222 222
         mkdir($targetDir);
223 223
     }
224 224
 }
Please login to merge, or discard this patch.