| Summary | hook calls don't work in ansel |
| Queue | Ansel |
| Queue Version | 1.1.2 |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | mrubinsk (at) horde (dot) org |
| Requester | michael (at) bigmichi1 (dot) de |
| Created | 11/20/10 (5620 days ago) |
| Due | |
| Updated | 11/21/10 (5619 days ago) |
| Assigned | |
| Resolved | 11/21/10 (5619 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
Assigned to Michael Rubinsky
State ⇒ Resolved
Fix calling hooks in Ansel
Bug: 9398Submitted by: michael (at) bigmichi1 (dot) de
http://cvs.horde.org/diff.php/ansel/lib/Ansel.php?rt=horde&r1=1.517.2.84&r2=1.517.2.85&ty=u
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Ansel
Summary ⇒ hook calls don't work in ansel
Type ⇒ Bug
State ⇒ Unconfirmed
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.