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

This commit is contained in:
Peter Goodhall
2011-09-27 20:25:21 +01:00
parent 8c2939873d
commit 6f51461793

View File

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