clublog realtime function wasn't public so couldn't be called
这个提交包含在:
父节点
f67c3cee0e
当前提交
0c74ac5605
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -138,7 +138,7 @@ class Clublog extends CI_Controller {
|
|||
}
|
||||
|
||||
|
||||
function realtime($username) {
|
||||
public function realtime($username) {
|
||||
$clean_username = $this->security->xss_clean($username);
|
||||
|
||||
$this->load->model('stations');
|
||||
|
|
|
|||
正在加载…
在新工单中引用