From c1177b72e770e659738966d9362e06b4e0551dcf Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Tue, 4 Mar 2014 10:14:00 +0000 Subject: [PATCH] loadConfig renamed in EmbeddedWeb --- library/Icinga/Application/EmbeddedWeb.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Icinga/Application/EmbeddedWeb.php b/library/Icinga/Application/EmbeddedWeb.php index d55592901..31852bafb 100644 --- a/library/Icinga/Application/EmbeddedWeb.php +++ b/library/Icinga/Application/EmbeddedWeb.php @@ -54,7 +54,7 @@ class EmbeddedWeb extends ApplicationBootstrap */ protected function bootstrap() { - return $this->setupConfig() + return $this->loadConfig() ->setupErrorHandling() ->setupTimezone() ->setupModuleManager()