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)
downloadcolin-keep-036d607b90e6727ffc08026a120e2693ba7ef87f.tar
colin-keep-036d607b90e6727ffc08026a120e2693ba7ef87f.tar.gz
colin-keep-036d607b90e6727ffc08026a120e2693ba7ef87f.tar.bz2
colin-keep-036d607b90e6727ffc08026a120e2693ba7ef87f.tar.xz
colin-keep-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 16ea058..69cc12f 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 );
}