Completed
Pull Request — master (#186)
by
unknown
10:21
created
src/update/Helper.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -295,7 +295,7 @@
 block discarded – undo
295 295
             } else {
296 296
                 throw new Exception('Cannot unzip');
297 297
             }
298
-        }else{
298
+        } else{
299 299
             exec("unzip -o $file");
300 300
         }
301 301
 
Please login to merge, or discard this patch.