diff --git a/framework/base/CModule.php b/framework/base/CModule.php index 7ef2b3c0f..ff9d529fd 100644 --- a/framework/base/CModule.php +++ b/framework/base/CModule.php @@ -346,7 +346,7 @@ abstract class CModule extends CComponent unset($this->_componentConfig[$id]); if(!isset($config['enabled']) || $config['enabled']) { - Yii::trace("Loading \"$id\" application component",'system.web.CModule'); + Yii::trace("Loading \"$id\" application component",'system.CModule'); unset($config['enabled']); $component=Yii::createComponent($config); $component->init();