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:
Johannes Meyer 2014-11-11 12:42:49 +01:00
parent 7b804e4747
commit b26e585837
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ class AuthenticationController extends ActionController
$this->view->errorInfo = $e->getMessage();
}
$this->view->configMissing = $config->isEmpty();
$this->view->configMissing = Config::app()->isEmpty();
}
/**