From 9b362be2a65e60fc9a83f40a4e5a48e2b82976e1 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 1 Apr 2017 22:41:30 +0200 Subject: [PATCH] Fix installer --- Admin/Installer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Admin/Installer.php b/Admin/Installer.php index c9718b9..6a4aab9 100644 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -40,7 +40,7 @@ class Installer extends InstallerAbstract */ public static function install(string $path, DatabasePool $dbPool, InfoManager $info) { - parent::install($path, $dbPool, $info); + parent::install(__DIR__ . '/..', $dbPool, $info); switch ($dbPool->get('core')->getType()) { case DatabaseType::MYSQL: