Avoid little warning

This commit is contained in:
Xavier Guimard 2016-01-07 22:28:56 +00:00
parent c90e91b9d5
commit a9881df0e2

View File

@ -196,7 +196,7 @@ sub getNotification {
# @param $portal Lemonldap::NG::Portal object that call # @param $portal Lemonldap::NG::Portal object that call
# @return true if all checkboxes have been checked # @return true if all checkboxes have been checked
sub checkNotification { sub checkNotification {
my ( $self, $portal ) = @_, 0, 2; my ( $self, $portal ) = ( @_, 0, 2 );
my ( $refs, $checks ); my ( $refs, $checks );
# First, rebuild environment (cookies,...) # First, rebuild environment (cookies,...)