set errors from object
This commit is contained in:
parent
652a215a07
commit
b6089882af
@ -1789,13 +1789,11 @@ class Adherent extends CommonObject
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
$error++;
|
$error++;
|
||||||
$this->error = $acct->error;
|
$this->setErrorsFromObject($acct);
|
||||||
$this->errors = $acct->errors;
|
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
$error++;
|
$error++;
|
||||||
$this->error = $acct->error;
|
$this->setErrorsFromObject($acct);
|
||||||
$this->errors = $acct->errors;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user