From a76f805b3390b7be5bfbaa3c2c64b0d2d80e331f 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 69f2201..8a42b97 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: