Fix installer

This commit is contained in:
Dennis Eichhorn 2017-04-01 22:41:30 +02:00
parent b16236f41a
commit 8e74c878a3

View File

@ -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: