This used to work in revision 21963, where the code was simpler in that
particular line.
Lamba_13 seems to be the function that is missing. Anyone has forgotten
a commit? Otherwise I will have to revert to previous version.
New code:
if (array_key_exists('callback', $val)) {
$val = $val['callback']($this);
} else {
$val = implode(' ', $val);
}
Old code (working)
$val = implode(' ', $val);
Looks to me as if less code was better :-)
-Bart
Bart McLeod schreef:
Call to undefined function () in
*D:\ZendFramework\library\Zend\Form\Decorator\HtmlTag.php* on line *88
*Anyone encountered this one? It occurs after update from svn this
morning. (GMT +1)
Bart McLeod*
*
--
--