Browse Source

Removed unnecessary call

tags/2.0.0-beta
Alexander Makarov 11 years ago
parent
commit
8583de701d
  1. 1
      framework/yii/base/Application.php

1
framework/yii/base/Application.php

@ -141,7 +141,6 @@ abstract class Application extends Module
Component::__construct($config);
$this->preloadComponents();
if ($this->controllerNamespace === null) {
$this->controllerNamespace = 'app\\controllers';
}

Loading…
Cancel
Save