reverted r3227 (discussion on issue 2460)

This commit is contained in:
mdomba
2011-05-21 06:32:14 +00:00
parent 947c9035bc
commit 7b169058a6
2 changed files with 1 additions and 7 deletions

View File

@@ -632,12 +632,7 @@ class CClientScript extends CApplicationComponent
if($httpEquiv!==null)
$options['http-equiv']=$httpEquiv;
$options['content']=$content;
if(isset($options['name']))
$this->metaTags[$options['name']]=$options;
else
$this->metaTags[]=$options;
$this->metaTags[serialize($options)]=$options;
$params=func_get_args();
$this->recordCachingAction('clientScript','registerMetaTag',$params);
return $this;