ZF-4173: Typo in Decorator/HTMLTag.php
Description
Zend_Form_Decorator_HtmlTag::normalizeTag($tag) method stores generated filter in $_filter property instead of $_tagFilter causing regeneration of the filter structure for each call.
Zend_Form_Decorator_HtmlTag::normalizeTag($tag) method stores generated filter in $_filter property instead of $_tagFilter causing regeneration of the filter structure for each call.
Comments
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2008-09-15T07:53:01.000+0000
Solved in SVN r11414. I correct the variables , _filter to _tagFilter .