[Tickets #9677] Re: problems with hooks
bugs at horde.org
bugs at horde.org
Mon Mar 21 09:26:51 UTC 2011
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/9677
------------------------------------------------------------------------------
Ticket | 9677
Updated By | rsalmon at mbpgroup.com
Summary | problems with hooks
Queue | Horde Framework Packages
Version | Git master
Type | Bug
State | Feedback
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
rsalmon at mbpgroup.com (2011-03-21 09:26) wrote:
Horde/Core/Prefs/Storage/Hooks.php
- $scope_ob->set($name, Horde::callHook('prefs_init', array($name,
$scope_ob->get($name), strlen($this->_params['user']) ?
$this->_params['user'] : null), $scope_ob));
+ $scope_ob->set($name, Horde::callHook('prefs_init', array($name,
$scope_ob->get($name), strlen($this->_params['user']) ?
$this->_params['user'] : null), $name));
More information about the bugs
mailing list