clublog realtime function wasn't public so couldn't be called

This commit is contained in:
Peter Goodhall
2019-10-13 16:26:34 +01:00
parent f67c3cee0e
commit 0c74ac5605

View File

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