Commit info for scoop/lib/Scoop:
Modified Files:
Subscription.pm
Log Message:
Fixing typo (not mine this time) that prevented automatic group change when
subscribing.
-keith
Index: Subscription.pm
===================================================================
RCS file: /cvs/scoop/scoop/lib/Scoop/Subscription.pm,v
retrieving revision 1.18
retrieving revision 1.19
diff -r1.18 -r1.19
304c304
< return 'manual' unless ($S->have_perm("sub_allow_group_change", $user->{perm_group}));
---
> return 'manual' unless ($S->have_perm("suballow_group_change", $user->{perm_group}));