craigh / PostCalendar

PostCalendar is a calendar module for the Zikula Application Framework
20 stars 9 forks source link

Hooks don't work correctly with Zikula 1.3.7 #83

Closed cmfcmf closed 10 years ago

cmfcmf commented 11 years ago

Those lines must be converted / edited: strrpos(get_class($subject), '_Controller_Admin') to: strrpos(get_class($subject), '\\AdminController')

espaan commented 10 years ago

BTW I guess this is now 1.3.7 ?

cmfcmf commented 10 years ago

Yes. Changed the title.

craigh commented 10 years ago

hooks don't work at all in 1.3.7 so there is no way to work on this atm.

espaan commented 10 years ago

:-(

craigh commented 10 years ago

refs: https://github.com/zikula/core/issues/1373