From cc4af23115df9aec14bf2172cf8a6320e27c3a87 Mon Sep 17 00:00:00 2001 From: Kyle Johnson Date: Wed, 29 May 2013 07:52:34 -0400 Subject: [PATCH] Removed the Config model from the Events controller. Not needed since commit c408575075ee0b7db7a3eca3ccf504a562f6035d --- web/app/Controller/EventsController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/web/app/Controller/EventsController.php b/web/app/Controller/EventsController.php index 1c11cfc2a..5653388a9 100644 --- a/web/app/Controller/EventsController.php +++ b/web/app/Controller/EventsController.php @@ -6,7 +6,6 @@ class EventsController extends AppController { public function index() { $this->loadModel('Monitor'); - $this->loadModel('Config'); $conditions = array(); $events_per_page = Configure::read('ZM_WEB_EVENTS_PER_PAGE');