From 4d0cbe4d158afe40e938631cbc92ec09bfd9eea0 Mon Sep 17 00:00:00 2001 From: jo Date: Wed, 24 Aug 2022 16:44:30 +0200 Subject: [PATCH] fix(legacy): 404 on listeners stats --- legacy/application/controllers/ListenerstatController.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/legacy/application/controllers/ListenerstatController.php b/legacy/application/controllers/ListenerstatController.php index 3d4d7697f..19716e727 100644 --- a/legacy/application/controllers/ListenerstatController.php +++ b/legacy/application/controllers/ListenerstatController.php @@ -42,7 +42,6 @@ class ListenerstatController extends Zend_Controller_Action ]); $errorStatus = Application_Model_Preference::GetAllListenerStatErrors(); - Logging::info($errorStatus); $out = []; foreach ($errorStatus as $v) { $key = explode(':', $v['keystr']); @@ -73,7 +72,7 @@ class ListenerstatController extends Zend_Controller_Action $this->view->headLink()->appendStylesheet($baseUrl . 'css/datatables/css/ColVis.css?' . $CC_CONFIG['airtime_version']); $this->view->headLink()->appendStylesheet($baseUrl . 'css/datatables/css/dataTables.colReorder.min.css?' . $CC_CONFIG['airtime_version']); $this->view->headLink()->appendStylesheet($baseUrl . 'css/jquery.ui.timepicker.css?' . $CC_CONFIG['airtime_version']); - $this->view->headLink()->appendStylesheet($baseUrl . 'css/show_analytics.css' . $CC_CONFIG['airtime_version']); + $this->view->headLink()->appendStylesheet($baseUrl . 'css/show_analytics.css?' . $CC_CONFIG['airtime_version']); $user = Application_Model_User::getCurrentUser(); if ($user->isUserType([UTYPE_SUPERADMIN, UTYPE_ADMIN, UTYPE_PROGRAM_MANAGER])) {