mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
If locator is stored against user profile used instead of the default in the config
This commit is contained in:
@@ -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)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user