Browse Source

changed order of preloading components and extensions

load extensions before preloading components to have aliases set for
extensions like debug module.
tags/2.0.0-beta
Carsten Brandt 11 years ago
parent
commit
83273382a7
  1. 2
      framework/yii/base/Application.php

2
framework/yii/base/Application.php

@ -204,8 +204,8 @@ abstract class Application extends Module
*/
public function init()
{
parent::init();
$this->initExtensions($this->extensions);
parent::init();
}
/**

Loading…
Cancel
Save