From dd9e8c8ba9a5c863a3f7883e2fb140bd8f468ead Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Wed, 18 Jul 2018 15:29:55 +0200 Subject: [PATCH] Revert "Merge pull request #3487 from Icinga/fix/web-bootstrap" This reverts commit b12b905076b1e566d7c9576689abe886b24f0a14, reversing changes made to c633c86db727289a5c85270eddf3559065baf77f. refs #3500 --- library/Icinga/Application/Web.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/library/Icinga/Application/Web.php b/library/Icinga/Application/Web.php index d299832d1..0b3f3f8b8 100644 --- a/library/Icinga/Application/Web.php +++ b/library/Icinga/Application/Web.php @@ -89,6 +89,9 @@ class Web extends EmbeddedWeb ->setupNotifications() ->setupResponse() ->setupZendMvc() + ->setupModuleManager() + ->loadSetupModuleIfNecessary() + ->loadEnabledModules() ->setupRoute() ->setupPagination() ->setupUserBackendFactory() @@ -96,10 +99,7 @@ class Web extends EmbeddedWeb ->setupTimezone() ->setupLogger() ->setupInternationalization() - ->setupFatalErrorHandling() - ->setupModuleManager() - ->loadSetupModuleIfNecessary() - ->loadEnabledModules(); + ->setupFatalErrorHandling(); } /**