From 7a02d278ce536f5d6791a92eb01cf63dd408618a Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Fri, 14 Feb 2014 14:12:12 +0000 Subject: [PATCH] We don't want others to care about our bootstrap dependencies --- library/Icinga/Application/Web.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/library/Icinga/Application/Web.php b/library/Icinga/Application/Web.php index fa12b9b7b..4b21dd765 100644 --- a/library/Icinga/Application/Web.php +++ b/library/Icinga/Application/Web.php @@ -52,6 +52,8 @@ use Icinga\Session\Session as BaseSession; use Icinga\Web\Session; use Icinga\Util\Translator; +require_once __DIR__ . '/ApplicationBootstrap.php'; + /** * Use this if you want to make use of Icinga functionality in other web projects *