From a9881df0e23717592388cacfcc0fb42d8cf464f7 Mon Sep 17 00:00:00 2001 From: Xavier Guimard Date: Thu, 7 Jan 2016 22:28:56 +0000 Subject: [PATCH] Avoid little warning --- lemonldap-ng-common/lib/Lemonldap/NG/Common/Notification.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Notification.pm b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Notification.pm index b6b7f038d..599c76034 100644 --- a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Notification.pm +++ b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Notification.pm @@ -196,7 +196,7 @@ sub getNotification { # @param $portal Lemonldap::NG::Portal object that call # @return true if all checkboxes have been checked sub checkNotification { - my ( $self, $portal ) = @_, 0, 2; + my ( $self, $portal ) = ( @_, 0, 2 ); my ( $refs, $checks ); # First, rebuild environment (cookies,...)