Skip to content

Commit

Permalink
Fix that the authentication.ini is being used as trigger for the conf…
Browse files Browse the repository at this point in the history
…ig warning

Should have been the config.ini instead.

refs #7163
  • Loading branch information
Johannes Meyer committed Nov 11, 2014
1 parent 7b804e4 commit b26e585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/AuthenticationController.php
Expand Up @@ -146,7 +146,7 @@ public function loginAction()
$this->view->errorInfo = $e->getMessage();
}

$this->view->configMissing = $config->isEmpty();
$this->view->configMissing = Config::app()->isEmpty();
}

/**
Expand Down

0 comments on commit b26e585

Please sign in to comment.