@@ -122,8 +122,8 @@ |
||
| 122 | 122 | |
| 123 | 123 | protected function getResourcesPath($module) |
| 124 | 124 | { |
| 125 | - if(is_callable(array($module, 'getResourcesPath'))) { |
|
| 126 | - $resourcesPath = $module->getResourcesPath(); |
|
| 125 | + if (is_callable(array($module, 'getResourcesPath'))) { |
|
| 126 | + $resourcesPath = $module->getResourcesPath(); |
|
| 127 | 127 | } else { |
| 128 | 128 | $resourcesPath = $module->getPath(); |
| 129 | 129 | } |