Can't use an undefined value as an ARRAY reference at /data2/usr/lib/cgi-bin/MAIN/lib/TWiki/User.pm line 381
I'm wondering where this $user->{groups} gets worked out - it looks like its only initialised if you do a revers lookup - ie look for the members of a particular group
turns out {groups} was not being initialised for each user - the code is a bit chicken and egg too, but so long as you don't try to call getGroups on lots of users, there's little wastage (i think)
also added
TWikiBaseGroup
(
TWikiBaseGroup ) to list the groups a user is in
svn:8586
SD
Does this affect any TWikiVariables, or can it be reverted in the interest of
Item1572?
--
SP
na, its really just sloppy coding
-- SD