Update comment.php

This commit is contained in:
Laurent Destailleur 2018-03-07 12:40:09 +01:00 committed by GitHub
parent 6cb77577a6
commit f7f9f0e605
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,7 +99,7 @@ if ($id > 0 || ! empty($ref))
{
$result=$object->fetchComments();
if ($result<0){
setEventMessage($object->errors,'errors');
setEventMessages($object->error,$object->errors,'errors');
}