Details
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.
|
|
|
Solved in SVN r11414. I correct the variables , _filter to _tagFilter .