Completed
Push — master ( 814aa1...dee795 )
by Nikita
13:52
created
src/Application.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,9 @@
 block discarded – undo
61 61
 
62 62
     public function initResources(& $resourceRouter, $moduleId, & $approve)
63 63
     {
64
-        if ($moduleId == 'core') return true;
64
+        if ($moduleId == 'core') {
65
+            return true;
66
+        }
65 67
         if ($this->isCMS) {
66 68
             $approve = false;
67 69
             if (isset(m($moduleId)->composerParameters['composerName'])&&
Please login to merge, or discard this patch.