From 0c74ac56053440b8640079fee9e58b2634501120 Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Sun, 13 Oct 2019 16:26:34 +0100 Subject: [PATCH] clublog realtime function wasn't public so couldn't be called --- application/controllers/Clublog.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/Clublog.php b/application/controllers/Clublog.php index cbd70b96..366279e2 100644 --- a/application/controllers/Clublog.php +++ b/application/controllers/Clublog.php @@ -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');