If locator is stored against user profile used instead of the default in the config
这个提交包含在:
父节点
8c2939873d
当前提交
6f51461793
共有 1 个文件被更改,包括 1 次插入 和 0 次删除
|
|
@ -202,6 +202,7 @@ class User_Model extends CI_Model {
|
|||
'user_name' => $u->row()->user_name,
|
||||
'user_type' => $u->row()->user_type,
|
||||
'user_callsign' => $u->row()->user_callsign,
|
||||
'user_locator' => $u->row()->user_locator,
|
||||
'user_hash' => $this->_hash($u->row()->user_id."-".$u->row()->user_type)
|
||||
);
|
||||
|
||||
|
|
|
|||
正在加载…
在新工单中引用