mirror of
https://github.com/yiisoft/yii.git
synced 2026-03-18 22:17:00 +01:00
Update framework/web/CClientScript.php
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user