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: