From 8583de701df813f72ece5ee4d52eb3edcf845c2d Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Sat, 19 Oct 2013 02:23:05 +0400 Subject: [PATCH] Removed unnecessary call --- framework/yii/base/Application.php | 1 - 1 file changed, 1 deletion(-) diff --git a/framework/yii/base/Application.php b/framework/yii/base/Application.php index 11abfd68cc..5de7969f32 100644 --- a/framework/yii/base/Application.php +++ b/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'; }