From f237dadcc128c26758dee330a6a2df30b6f0811b Mon Sep 17 00:00:00 2001 From: Angelo Naselli Date: Sun, 12 Oct 2014 00:06:03 +0200 Subject: fixed some of group management --- lib/AdminPanel/Shared/Users.pm | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'lib/AdminPanel/Shared') diff --git a/lib/AdminPanel/Shared/Users.pm b/lib/AdminPanel/Shared/Users.pm index 85650634..237fee98 100644 --- a/lib/AdminPanel/Shared/Users.pm +++ b/lib/AdminPanel/Shared/Users.pm @@ -490,26 +490,6 @@ sub getGoups { return $self->ctx->GroupsEnumerate; } -#============================================================= - -=head2 getUsers - -=head3 OUTPUT - - $users: ARRAY reference containing all the users - -=head3 DESCRIPTION - - This method return the configured users - -=cut - -#============================================================= -sub getUsers { - my $self = shift; - - return $self->ctx->UsersEnumerate; -} #============================================================= @@ -814,6 +794,26 @@ sub getGroupsInfo { return $groupsInfo; } +#============================================================= + +=head2 getUsers + +=head3 OUTPUT + + $users: ARRAY reference containing all the users + +=head3 DESCRIPTION + + This method return the configured users + +=cut + +#============================================================= +sub getUsers { + my $self = shift; + + return $self->ctx->UsersEnumerate; +} #============================================================= -- cgit v1.2.1