Update user.class.php
This commit is contained in:
parent
1ffbf1e56b
commit
1a1c5d9110
@ -2073,6 +2073,8 @@ class User extends CommonObject
|
||||
$adh->phone = $this->office_phone;
|
||||
$adh->phone_mobile = $this->user_mobile;
|
||||
|
||||
$adh->default_lang = $this->lang;
|
||||
|
||||
$adh->user_id = $this->id;
|
||||
$adh->user_login = $this->login;
|
||||
|
||||
@ -2117,6 +2119,8 @@ class User extends CommonObject
|
||||
$tmpobj->phone_mobile = $this->user_mobile;
|
||||
$tmpobj->fax = $this->office_fax;
|
||||
|
||||
$tmpobj->default_lang = $this->lang;
|
||||
|
||||
$tmpobj->address = $this->address;
|
||||
$tmpobj->town = $this->town;
|
||||
$tmpobj->zip = $this->zip;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user