Fix: Removed warning
This commit is contained in:
parent
e411852c39
commit
5e252bcb04
@ -109,6 +109,7 @@ class User extends CommonObject
|
|||||||
$this->all_permissions_are_loaded = 0;
|
$this->all_permissions_are_loaded = 0;
|
||||||
$this->admin=0;
|
$this->admin=0;
|
||||||
|
|
||||||
|
$this->conf = (object) array();
|
||||||
$this->rights = (object) array();
|
$this->rights = (object) array();
|
||||||
$this->rights->user = (object) array();
|
$this->rights->user = (object) array();
|
||||||
$this->rights->user->user = (object) array();
|
$this->rights->user->user = (object) array();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user