From a20eef50e1ca1ed2dff58f5d7d9253b9ca1b7ae1 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Mon, 24 Aug 2015 15:37:55 +0200 Subject: [PATCH] Set up the user backend factory before setting up the user refs #9606 --- library/Icinga/Application/Web.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Icinga/Application/Web.php b/library/Icinga/Application/Web.php index 8386efc6b..ead692876 100644 --- a/library/Icinga/Application/Web.php +++ b/library/Icinga/Application/Web.php @@ -83,6 +83,7 @@ class Web extends EmbeddedWeb ->setupNotifications() ->setupRequest() ->setupResponse() + ->setupUserBackendFactory() ->setupUser() ->setupTimezone() ->setupLogger() @@ -90,7 +91,6 @@ class Web extends EmbeddedWeb ->setupZendMvc() ->setupFormNamespace() ->setupModuleManager() - ->setupUserBackendFactory() ->loadSetupModuleIfNecessary() ->loadEnabledModules() ->setupRoute()