ZF-3370: Mistyped element method and variable name
Description
In this page: http://framework.zend.com/manual/en/…
In the class My_Decorator_Composite has a few bug:
In the buildLabel(): $element->getRequired() must be $element->isRequired() In the buildDescription(): if (empty($messages)) must be if (empty($desc))
Comments
Posted by Wil Sinclair (wil) on 2008-06-15T21:58:39.000+0000
Updating to comply with new IT component conventions.
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2008-07-07T20:41:52.000+0000
Solved in SVN r9988
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2008-07-08T06:31:41.000+0000
getRequired() is already fixed in ZF-2938
Posted by Wil Sinclair (wil) on 2008-09-02T10:38:54.000+0000
Updating for the 1.6.0 release.