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

pull/106/merge
Peter Goodhall 2011-09-27 20:25:21 +01:00
rodzic 8c2939873d
commit 6f51461793
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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