mirror of
https://github.com/yiisoft/yii.git
synced 2026-03-04 07:14:06 +01:00
E_NOTICE at "CClientScript::renderScriptBatch()" has been fixed.
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user