diff --git a/library/Icinga/Application/Web.php b/library/Icinga/Application/Web.php index d4cb9cecc..0b15ceaf5 100644 --- a/library/Icinga/Application/Web.php +++ b/library/Icinga/Application/Web.php @@ -82,9 +82,9 @@ class Web extends EmbeddedWeb ->setupLogging() ->setupErrorHandling() ->loadConfig() + ->setupRequest() ->setupSession() ->setupNotifications() - ->setupRequest() ->setupResponse() ->setupZendMvc() ->setupModuleManager()