summaryrefslogtreecommitdiff
path: root/includes/engelsystem_provider.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/engelsystem_provider.php')
-rw-r--r--includes/engelsystem_provider.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/engelsystem_provider.php b/includes/engelsystem_provider.php
index 33422bfc..e1669c57 100644
--- a/includes/engelsystem_provider.php
+++ b/includes/engelsystem_provider.php
@@ -23,7 +23,7 @@ require_once __DIR__ . '/autoload.php';
/**
* Initialize the application
*/
-$app = Application::getInstance();
+$app = new Application(realpath(__DIR__ . DIRECTORY_SEPARATOR . '..'));
/**