Update framework/web/CClientScript.php

This commit is contained in:
Alex-Code
2012-10-29 18:14:52 +00:00
parent df4f80d306
commit 7f83ee1e7b

View File

@@ -654,7 +654,7 @@ class CClientScript extends CApplicationComponent
if($httpEquiv!==null)
$options['http-equiv']=$httpEquiv;
$options['content']=$content;
$this->metaTags[null===$id?count($this->metaTags):$key]=$options;
$this->metaTags[null===$id?count($this->metaTags):$id]=$options;
$params=func_get_args();
$this->recordCachingAction('clientScript','registerMetaTag',$params);
return $this;