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);
if ($result < 0) {
$error++;
$this->errors = $this->error;
$this->errors[] = $this->error;
} else {
$needUserParam = false;
if (class_exists('ReflectionMethod')) {