forked from Wavyzz/dolibarr
forget[]
This commit is contained in:
@@ -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')) {
|
||||||
|
|||||||
Reference in New Issue
Block a user