[Tickets #9398] hook calls don't work in ansel
bugs at horde.org
bugs at horde.org
Sat Nov 20 08:02:03 UTC 2010
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/9398
------------------------------------------------------------------------------
Ticket | 9398
Created By | michael at bigmichi1.de
Summary | hook calls don't work in ansel
Queue | Ansel
Version | 1.1.2
Type | Bug
State | Unconfirmed
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
michael at bigmichi1.de (2010-11-20 03:02) wrote:
when i tried the user age hook nothing worked, after enabling the hook
in administration interface and commenting out the example in hooks.php.
after some time of debugging the Ansel.php file, i saw that the hook
is called with result = Horde::callHook('_ansel_hook_user_age'); and
this doesn't work.
after i changed the line to $result =
Horde::callHook('_ansel_hook_user_age', array(), 'ansel'); everything
works like expected.
also the download hook has the same problem, the callHook method is
missing the application.
More information about the bugs
mailing list