@@ -61,7 +61,9 @@ |
||
| 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'])&& |