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());