Remove forgotten ActionController::requiresConfig() call

Should have been reverted by last commit but was not.
This commit is contained in:
Johannes Meyer 2014-07-07 16:12:26 +02:00
parent 82d2f5ac9b
commit bb2c85f90b
1 changed files with 0 additions and 3 deletions

View File

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