Merge pull request #8923 from atm-florian/7.0

fix error display
This commit is contained in:
Laurent Destailleur 2018-06-13 20:02:45 +02:00 committed by GitHub
commit 3f7f77ce95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -969,6 +969,7 @@ if (empty($reshook))
if ($result < 0)
{
setEventMessages($object->error,$object->errors,'errors');
$error++;
}