6.0.0-beta1
10/19/25

[#3835] the "auto create perms for group i am a member of" doesn't use the group driver
Summary the "auto create perms for group i am a member of" doesn't use the group driver
Queue Kronolith
Queue Version HEAD
Type Bug
State Resolved
Priority 2. Medium
Owners
Requester romain.degez (at) smartjog (dot) com
Created 04/26/2006 (7116 days ago)
Due
Updated 04/28/2006 (7114 days ago)
Assigned
Resolved 04/28/2006 (7114 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
04/28/2006 04:55:13 PM Jan Schneider Comment #2
State ⇒ Resolved
Reply to this comment
Fixed.
04/26/2006 11:04:20 AM romain (dot) degez (at) smartjog (dot) com Comment #1
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ the "auto create perms for group i am a member of" doesn't use the group driver
Queue ⇒ Kronolith
Reply to this comment
/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());




Saved Queries