You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 16, 2018. It is now read-only.
Hello, i extend
Zend_Form
and do in_construct()
And in form:
This work well in 1.11.11 but gives a "not existing decorator exception in 1.12.18
The problem is you changed
Zend_Form::addElement()
Now you call
getDecorators()
before you doaddPrefixPaths()
Here is a fix:
The text was updated successfully, but these errors were encountered: