mod_perl warnings fixes
This commit is contained in:
parent
938ccbb565
commit
53f0b7c0f3
5 changed files with 34 additions and 23 deletions
|
|
@ -278,7 +278,7 @@ sub isInGroup {
|
|||
}
|
||||
}
|
||||
### Check for groups of groups.
|
||||
my $groups = WebGUI::Grouping::getGroupsInGroup($gid,1);
|
||||
$groups = WebGUI::Grouping::getGroupsInGroup($gid,1);
|
||||
foreach (@{$groups}) {
|
||||
$session{isInGroup}{$_} = isInGroup($_, $uid);
|
||||
if ($session{isInGroup}{$_}) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue