Skip to content

Commit

Permalink
Fix param [] -> null
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jul 13, 2019
1 parent 39e77db commit 8090a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/adherents/card.php
Expand Up @@ -646,7 +646,7 @@

if (empty($labeltouse) || (int) $labeltouse === -1) {
//fallback on the old configuration.
setEventMessages('WarningMandatorySetupNotComplete', [], 'errors');
setEventMessages('WarningMandatorySetupNotComplete', null, 'errors');
$error++;
}
else {
Expand Down

0 comments on commit 8090a8a

Please sign in to comment.