aboutsummaryrefslogtreecommitdiffstats
path: root/lib/AdminPanel
diff options
context:
space:
mode:
authorAngelo Naselli <anaselli@linux.it>2014-10-11 15:20:19 +0200
committerAngelo Naselli <anaselli@linux.it>2014-10-11 15:20:19 +0200
commit2552e8a2749d59d57db11d801d5cfdcf384f8c1b (patch)
tree2ac7b21a509a8d0e843ee53cecd2bddd75ba51c0 /lib/AdminPanel
parent0cc90fff930e9ece8b1e987a4331b6cbe2f61533 (diff)
downloadcolin-keep-2552e8a2749d59d57db11d801d5cfdcf384f8c1b.tar
colin-keep-2552e8a2749d59d57db11d801d5cfdcf384f8c1b.tar.gz
colin-keep-2552e8a2749d59d57db11d801d5cfdcf384f8c1b.tar.bz2
colin-keep-2552e8a2749d59d57db11d801d5cfdcf384f8c1b.tar.xz
colin-keep-2552e8a2749d59d57db11d801d5cfdcf384f8c1b.zip
removed useless code
Diffstat (limited to 'lib/AdminPanel')
-rw-r--r--lib/AdminPanel/Shared/Users.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/AdminPanel/Shared/Users.pm b/lib/AdminPanel/Shared/Users.pm
index 0c23cc2..c77fbea 100644
--- a/lib/AdminPanel/Shared/Users.pm
+++ b/lib/AdminPanel/Shared/Users.pm
@@ -612,7 +612,6 @@ sub groupMembers {
return $groupname if !defined($groupname);
- my $groupEnt = $self->ctx->LookupGroupByName($groupname);
my $members = $self->ctx->EnumerateUsersByGroup($groupname);
return $members;