From a701697c96e58ce6c15b9e17bd16a8f7ac5d0092 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Fri, 19 Apr 2013 01:58:23 +0400 Subject: [PATCH] fixed component name --- framework/web/Application.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/web/Application.php b/framework/web/Application.php index 32f6479045..90f72925ca 100644 --- a/framework/web/Application.php +++ b/framework/web/Application.php @@ -103,7 +103,7 @@ class Application extends \yii\base\Application */ public function getAssets() { - return $this->getComponent('user'); + return $this->getComponent('assets'); } /**