Qual: Removed call to inexistant object
This commit is contained in:
parent
749973f1b6
commit
0fa803977e
@ -201,7 +201,7 @@ class InfoBox
|
|||||||
$tab[$confuserzone]=1;
|
$tab[$confuserzone]=1;
|
||||||
if (dol_set_user_param($db, $conf, $user, $tab) < 0)
|
if (dol_set_user_param($db, $conf, $user, $tab) < 0)
|
||||||
{
|
{
|
||||||
$this->error=$db->lasterror();
|
$error=$db->lasterror();
|
||||||
$db->rollback();
|
$db->rollback();
|
||||||
return -3;
|
return -3;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user