florian HENRY 2018-12-01 15:18:51 +01:00
parent d928372239
commit dacc959937

View File

@ -357,7 +357,7 @@ class Comment extends CommonObject
} }
$db->free($resql); $db->free($resql);
} else { } else {
$error++; $this->errors[]="Error ".$this->db->lasterror(); $this->errors[]="Error ".$this->db->lasterror();
return -1; return -1;
} }
} }