From ad1e4c5ac830f972abb2cf58421cfdd9f758c28b Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 10 May 2017 21:28:25 +0200 Subject: [PATCH] Adjust module path --- components/modules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/modules.md b/components/modules.md index 4fd5a89..5ee6c32 100644 --- a/components/modules.md +++ b/components/modules.md @@ -68,7 +68,7 @@ class Installer extends InstallerAbstract { public static function install(string $path, Pool $dbPool, InfoManager $info) { - parent::install($path, $dbPool, $info); + parent::install(__DIR__ . '/..', $dbPool, $info); switch ($dbPool->get('core')->getType()) { case DatabaseType::MYSQL: