Commit 83273382 by Carsten Brandt

changed order of preloading components and extensions

load extensions before preloading components to have aliases set for extensions like debug module.
parent 99d01954
...@@ -204,8 +204,8 @@ abstract class Application extends Module ...@@ -204,8 +204,8 @@ abstract class Application extends Module
*/ */
public function init() public function init()
{ {
parent::init();
$this->initExtensions($this->extensions); $this->initExtensions($this->extensions);
parent::init();
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment