Summary | quota hook parameters don't get passed to the hook function |
Queue | IMP |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | |
Requester | Valentin.Vidic (at) carnet (dot) hr |
Created | 11/06/2009 (5723 days ago) |
Due | |
Updated | 01/13/2010 (5655 days ago) |
Assigned | |
Resolved | 11/06/2009 (5723 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | Yes |
Ticket #8680: fix hook call; also, fix hook nameSigned-off-by: Michael M Slusarz <slusarz@curecanti.org>
http://git.horde.org/diff.php/imp/lib/Quota/Hook.php?rt=horde-git&r1=d58245fa6817cbbf97fc5169615794d0232ff08f&r2=3c5edf58a21d21ce988d95fcf29c5a6c964e570b
State ⇒ Resolved
Version ⇒ Git master
Ticket #8680: fix hook call; also, fix hook nameSigned-off-by: Michael M Slusarz <slusarz@curecanti.org>
http://git.horde.org/diff.php/imp/lib/Quota/Hook.php?rt=horde-hatchery&r1=d58245fa6817cbbf97fc5169615794d0232ff08f&r2=3c5edf58a21d21ce988d95fcf29c5a6c964e570b
Bug: 8680Submitted by: Valentin.Vidic@CARNet.hr
Fix hook call.
http://cvs.horde.org/diff.php/imp/lib/Quota/hook.php?rt=horde&r1=1.1.2.4&r2=1.1.2.5&ty=u
Priority ⇒ 1. Low
New Attachment: quota_hook.diff
Patch ⇒ Yes
Milestone ⇒
Summary ⇒ quota hook parameters don't get passed to the hook function
Type ⇒ Bug
State ⇒ Unconfirmed
Queue ⇒ IMP
plugin parameters set in imp/config/servers.php don't get passed
properly to the hook function. It turns out an array() wrap was
missing in hook call for this to work. Patch attached.