diff --git a/modules/monitoring/application/controllers/ShowController.php b/modules/monitoring/application/controllers/ShowController.php index 1ad0f29dd..0200284ce 100644 --- a/modules/monitoring/application/controllers/ShowController.php +++ b/modules/monitoring/application/controllers/ShowController.php @@ -89,9 +89,8 @@ class Monitoring_ShowController extends Controller $this->getTabs()->activate('history'); //$this->view->object->populate(); $this->view->object->fetchEventHistory(); + $this->view->history = $this->view->object->eventhistory->paginate($this->params->get('limit', 50)); $this->handleFormatRequest($this->view->object->eventhistory); - $this->view->history = $this->view->object->eventhistory - ->paginate($this->params->get('limit', 50)); } public function servicesAction()