Remove forgotten ActionController::requiresConfig() call
Should have been reverted by last commit but was not.
This commit is contained in:
parent
82d2f5ac9b
commit
bb2c85f90b
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue