@@ -146,8 +146,8 @@ |
||
| 146 | 146 | */ |
| 147 | 147 | protected function registerModuleManager() |
| 148 | 148 | { |
| 149 | - $this->manager = new Manager($this->getContext()); |
|
| 150 | - $this->manager->registerModule(); |
|
| 149 | + $this->manager = new Manager($this->getContext()); |
|
| 150 | + $this->manager->registerModule(); |
|
| 151 | 151 | } |
| 152 | 152 | |
| 153 | 153 | |