Adjust module path

This commit is contained in:
Dennis Eichhorn 2017-05-10 21:28:25 +02:00
parent 9a664b45d1
commit ad1e4c5ac8

View File

@ -68,7 +68,7 @@ class Installer extends InstallerAbstract
{ {
public static function install(string $path, Pool $dbPool, InfoManager $info) 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()) { switch ($dbPool->get('core')->getType()) {
case DatabaseType::MYSQL: case DatabaseType::MYSQL: