Qual: Removed call to inexistant object

This commit is contained in:
Raphaël Doursenaud 2014-04-23 14:54:34 +02:00
parent 749973f1b6
commit 0fa803977e

View File

@ -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;
} }