fix error return

This commit is contained in:
florian HENRY 2018-06-05 20:38:55 +02:00
parent 3368e35502
commit 8031ef49f2

View File

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