If locator is stored against user profile used instead of the default in the config

这个提交包含在:
Peter Goodhall 2011-09-27 20:25:21 +01:00
父节点 8c2939873d
当前提交 6f51461793

查看文件

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