E_NOTICE at "CClientScript::renderScriptBatch()" has been fixed.

This commit is contained in:
Paul Klimov
2013-03-06 13:28:22 +02:00
parent 4299c0d309
commit 10d356c28a

View File

@@ -310,7 +310,7 @@ class CClientScript extends CApplicationComponent
protected function renderScriptBatch(array $scripts)
{
$html = '';
$noOptionsScripts = '';
$noOptionsScripts = array();
foreach($scripts as $scriptValue)
{
if(is_array($scriptValue))