From 52c19b58436b430e1e54451a041c01f6fb023126 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Sat, 15 Nov 2014 01:04:56 +0100 Subject: [PATCH] EmbeddedWeb must not load core modules, i.e. setup --- library/Icinga/Application/EmbeddedWeb.php | 1 - 1 file changed, 1 deletion(-) diff --git a/library/Icinga/Application/EmbeddedWeb.php b/library/Icinga/Application/EmbeddedWeb.php index 7ba2ba73e..23cb365f0 100644 --- a/library/Icinga/Application/EmbeddedWeb.php +++ b/library/Icinga/Application/EmbeddedWeb.php @@ -33,7 +33,6 @@ class EmbeddedWeb extends ApplicationBootstrap ->setupErrorHandling() ->setupTimezone() ->setupModuleManager() - ->loadCoreModules() ->loadEnabledModules(); } }