Removed the Config model from the Events controller.
Not needed since commit c408575075
This commit is contained in:
parent
fdb5fd5b57
commit
cc4af23115
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue