mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
clublog realtime function wasn't public so couldn't be called
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user