aboutsummaryrefslogtreecommitdiffstats
path: root/lib/AdminPanel/Module
diff options
context:
space:
mode:
authorAngelo Naselli <anaselli@linux.it>2014-03-08 18:03:57 +0100
committerAngelo Naselli <anaselli@linux.it>2014-03-08 18:03:57 +0100
commit036d607b90e6727ffc08026a120e2693ba7ef87f (patch)
tree4cf6d3171727f16ec623a65d8d69a6e6ec8a69ec /lib/AdminPanel/Module
parent82b7ff55ae2fec58c289592cb170c36208002d89 (diff)
downloadmanatools-036d607b90e6727ffc08026a120e2693ba7ef87f.tar
manatools-036d607b90e6727ffc08026a120e2693ba7ef87f.tar.gz
manatools-036d607b90e6727ffc08026a120e2693ba7ef87f.tar.bz2
manatools-036d607b90e6727ffc08026a120e2693ba7ef87f.tar.xz
manatools-036d607b90e6727ffc08026a120e2693ba7ef87f.zip
Aligned
Diffstat (limited to 'lib/AdminPanel/Module')
-rw-r--r--lib/AdminPanel/Module/Users.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/AdminPanel/Module/Users.pm b/lib/AdminPanel/Module/Users.pm
index 16ea058a..69cc12f4 100644
--- a/lib/AdminPanel/Module/Users.pm
+++ b/lib/AdminPanel/Module/Users.pm
@@ -2533,7 +2533,7 @@ This method returns if an item is into the array container
sub _inArray {
my ($self, $item, $arr) = @_;
- return grep( /^$item$/, @$arr );
+ return grep( /^$item$/, @$arr );
}