Removed the Config model from the Events controller.

Not needed since commit c408575075
This commit is contained in:
Kyle Johnson 2013-05-29 07:52:34 -04:00
parent fdb5fd5b57
commit cc4af23115
1 changed files with 0 additions and 1 deletions

View File

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