From bb2c85f90b42efb535b18868fdc74cf5eb0edd08 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Mon, 7 Jul 2014 16:12:26 +0200 Subject: [PATCH] Remove forgotten ActionController::requiresConfig() call Should have been reverted by last commit but was not. --- library/Icinga/Web/Controller/ActionController.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/library/Icinga/Web/Controller/ActionController.php b/library/Icinga/Web/Controller/ActionController.php index 3f6cf90a3..8d8345a55 100644 --- a/library/Icinga/Web/Controller/ActionController.php +++ b/library/Icinga/Web/Controller/ActionController.php @@ -109,9 +109,6 @@ class ActionController extends Zend_Controller_Action if ($this->rerenderLayout = $this->params->shift('renderLayout')) { $this->xhrLayout = 'body'; } - if ($this->requiresConfig()) { - $this->redirectNow(Url::fromPath('install')); - } if ($this->requiresLogin()) { $this->redirectToLogin(Url::fromRequest());