diff --git a/framework/web/View.php b/framework/web/View.php index ab9e51b73b..c51eac4060 100644 --- a/framework/web/View.php +++ b/framework/web/View.php @@ -239,6 +239,7 @@ class View extends \yii\base\View $this->cssFiles = null; $this->js = null; $this->jsFiles = null; + $this->assetBundles = []; } /**