mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
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…
x
Reference in New Issue
Block a user