Update user.class.php
This commit is contained in:
parent
62d677118d
commit
bd2c7092a4
@ -1520,7 +1520,7 @@ class User extends CommonObject
|
|||||||
$error++;
|
$error++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
elseif(!empty($adh->error) || !empty($adh->errors))
|
elseif ($result < 0)
|
||||||
{
|
{
|
||||||
$this->error=$adh->error;
|
$this->error=$adh->error;
|
||||||
$this->errors=$adh->errors;
|
$this->errors=$adh->errors;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user