Merge pull request #9359 from frederic34/patch-17

Update card.php
This commit is contained in:
Laurent Destailleur 2018-09-01 13:27:49 +02:00 committed by GitHub
commit 1eeb567e67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -212,7 +212,7 @@ if (empty($reshook))
}
else
{
setEventMessages($object->errors, $object->error, 'errors');
setEventMessages($object->error, $object->errors, 'errors');
}
}