[Tickets #3835] NEW: the "auto create perms for group i am a member of" doesn't use the group driver

bugs@bugs.horde.org bugs at bugs.horde.org
Wed Apr 26 04:04:21 PDT 2006


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=3835
-----------------------------------------------------------------------
 Ticket             | 3835
 Created By         | romain.degez at smartjog.com
 Summary            | the "auto create perms for group i am a member of" doesn't use the group driver
 Queue              | Kronolith
 Version            | HEAD
 State              | Unconfirmed
 Priority           | 2. Medium
 Type               | Bug
 Owners             | 
-----------------------------------------------------------------------


romain.degez at smartjog.com (2006-04-26 04:04) wrote:

/usr/share/horde3/kronolith/lib/base.php arround line 155

The static method Group::getGroupMemberships(Auth::getAuth()) is called
instead of using an instance of the Group class.

So the base method is called insted of the extended one therefore the
configured group driver is ignored...

One must for instance use
$group = &Group::singleton();
$group_list = $group->getGroupMemberships(Auth::getAuth());






More information about the bugs mailing list