2
0
forked from Wavyzz/dolibarr
This commit is contained in:
florian HENRY
2020-06-04 21:39:23 +02:00
parent afafe1a737
commit 699557adbe

View File

@@ -7998,7 +7998,7 @@ abstract class CommonObject
$result = $this->fetch($obj->rowid); $result = $this->fetch($obj->rowid);
if ($result < 0) { if ($result < 0) {
$error++; $error++;
$this->errors = $this->error; $this->errors[] = $this->error;
} else { } else {
$needUserParam = false; $needUserParam = false;
if (class_exists('ReflectionMethod')) { if (class_exists('ReflectionMethod')) {