Closed cmfcmf closed 10 years ago
Those lines must be converted / edited: strrpos(get_class($subject), '_Controller_Admin') to: strrpos(get_class($subject), '\\AdminController')
strrpos(get_class($subject), '_Controller_Admin')
strrpos(get_class($subject), '\\AdminController')
BTW I guess this is now 1.3.7 ?
Yes. Changed the title.
hooks don't work at all in 1.3.7 so there is no way to work on this atm.
:-(
refs: https://github.com/zikula/core/issues/1373
Those lines must be converted / edited:
strrpos(get_class($subject), '_Controller_Admin')
to:strrpos(get_class($subject), '\\AdminController')