diff --git a/library/Icinga/Authentication/Auth.php b/library/Icinga/Authentication/Auth.php index 2f02adb22..79c32d3bf 100644 --- a/library/Icinga/Authentication/Auth.php +++ b/library/Icinga/Authentication/Auth.php @@ -135,6 +135,8 @@ class Auth } else { $preferences = new Preferences(); } + // TODO(el): Quick-fix for #10957. Only reload CSS if the theme changed. + $this->getResponse()->setReloadCss(true); $user->setPreferences($preferences); $groups = $user->getGroups(); foreach (Config::app('groups') as $name => $config) {