diff --git a/framework/yii/base/View.php b/framework/yii/base/View.php index e3dcda8..483b611 100644 --- a/framework/yii/base/View.php +++ b/framework/yii/base/View.php @@ -96,7 +96,7 @@ class View extends Component /** * @var mixed custom parameters that are shared among view templates. */ - public $params; + public $params = array(); /** * @var array a list of available renderers indexed by their corresponding supported file extensions. * Each renderer may be a view renderer object or the configuration for creating the renderer object.