mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 00:04:04 +02:00
Fixes type in error message
This commit is contained in:
parent
56aabf0d15
commit
c98a6d5912
@ -64,7 +64,7 @@ class AuthenticationController extends ActionController
|
||||
$config = Config::app('authentication');
|
||||
} catch (NotReadableError $e) {
|
||||
throw new ConfigurationError(
|
||||
$this->translate('Could not read your authentiction.ini, no authentication methods are available.'),
|
||||
$this->translate('Could not read your authentication.ini, no authentication methods are available.'),
|
||||
0,
|
||||
$e
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user