mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
parent
cbf37bf90e
commit
cba36ec017
@ -70,7 +70,7 @@ class Manager
|
|||||||
$user
|
$user
|
||||||
);
|
);
|
||||||
$preferences = new Preferences($preferencesStore->load());
|
$preferences = new Preferences($preferencesStore->load());
|
||||||
} catch (NotReadableError $e) {
|
} catch (Exception $e) {
|
||||||
Logger::error(
|
Logger::error(
|
||||||
new IcingaException(
|
new IcingaException(
|
||||||
'Cannot load preferences for user "%s". An exception was thrown',
|
'Cannot load preferences for user "%s". An exception was thrown',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user