Completed
Push — master ( 4b8bb5...60b638 )
by Alexey
04:19
created
system/Inji/Tools.php 1 patch
Braces   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -55,8 +55,9 @@
 block discarded – undo
55 55
      * @return boolean
56 56
      */
57 57
     public static function createDir($path) {
58
-        if (file_exists($path))
59
-            return true;
58
+        if (file_exists($path)) {
59
+                    return true;
60
+        }
60 61
 
61 62
         $path = explode('/', $path);
62 63
         $cur = '';
Please login to merge, or discard this patch.