Fix that the authentication.ini is being used as trigger for the config warning
Should have been the config.ini instead. refs #7163
This commit is contained in:
parent
7b804e4747
commit
b26e585837
|
@ -146,7 +146,7 @@ class AuthenticationController extends ActionController
|
|||
$this->view->errorInfo = $e->getMessage();
|
||||
}
|
||||
|
||||
$this->view->configMissing = $config->isEmpty();
|
||||
$this->view->configMissing = Config::app()->isEmpty();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue