Closed (fixed)
Project:
User mailman register
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Oct 2009 at 07:58 UTC
Updated:
1 Nov 2009 at 08:40 UTC
I'm testing the new role sync feature and noticed that adding a role did not subscribe the user to the list. This is happening in user_mailman_register_user in the update case. The variable $allow_new_role is being initialized outside the loop that iterates over the list. Therefore the call to _user_mailman_register_allowed_list() is being called with a null list.
Patch attached.
| Comment | File | Size | Author |
|---|---|---|---|
| rsync_fix.patch | 1004 bytes | bkat |
Comments
Comment #1
samuelet commentedComitted. Thanks bkat