From 58d4ddcb4c636c2f151121c368a270676d0c315c Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Tue, 17 Jun 2014 13:03:05 +0000 Subject: [PATCH] monitoring/list: no need to declare $this->backend This happens in the monitoring base controller right now --- .../monitoring/application/controllers/ListController.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/modules/monitoring/application/controllers/ListController.php b/modules/monitoring/application/controllers/ListController.php index 95d8f9888..06462d248 100644 --- a/modules/monitoring/application/controllers/ListController.php +++ b/modules/monitoring/application/controllers/ListController.php @@ -16,13 +16,6 @@ use Icinga\Web\Widget; class Monitoring_ListController extends Controller { - /** - * The backend used for this controller - * - * @var Backend - */ - protected $backend; - protected $url; /** @@ -32,7 +25,6 @@ class Monitoring_ListController extends Controller */ public function init() { - $this->backend = Backend::createBackend($this->_getParam('backend')); $this->createTabs(); $this->view->compact = $this->_request->getParam('view') === 'compact'; $this->url = Url::fromRequest();