|
I can see that you or someone else already added a fix. That was quick!
Good check to is_callable. For those interested, this is the new code: if (is_array($val)) { if (array_key_exists('callback', $val) && is_callable($val['callback'])) { $val = $val['callback']($this); } else { $val = implode(' ', $val); } } -Bart Op 22-4-2010 18:29, Christian Albrecht schreef: Hey Bart, that was me who inserted this lines, see http://framework.zend.com/issues/browse/ZF-6741 what is your setup that this fails? Maybe that i can fix it properly. Greetings, Christian --
|
- [fw-general] Call to undefined function () in D:\ZendFr... Bart McLeod
- Re: [fw-general] Call to undefined function () in ... Bart McLeod
- Re: [fw-general] Call to undefined function ()... Christian Albrecht
- Re: [fw-general] Call to undefined functio... Bart McLeod
- Re: [fw-general] Call to undefined fun... Christian Albrecht
- Re: [fw-general] Call to undefine... Bart McLeod


