Explorar el Código

ZF-10843 removing unnecessary call to _isValid in Zend_View_Helper_HeadScript

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@23548 44c647ce-9c0f-0410-b52a-842ac1e357ba
mjh_ca hace 15 años
padre
commit
7f0aa5526c
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      library/Zend/View/Helper/HeadScript.php

+ 0 - 1
library/Zend/View/Helper/HeadScript.php

@@ -371,7 +371,6 @@ class Zend_View_Helper_HeadScript extends Zend_View_Helper_Placeholder_Container
             throw $e;
             throw $e;
         }
         }
 
 
-        $this->_isValid($value);
         return $this->getContainer()->offsetSet($index, $value);
         return $this->getContainer()->offsetSet($index, $value);
     }
     }