diff --git a/Admin/Installer.php b/Admin/Installer.php index 97fa7ad..e64141c 100644 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -38,7 +38,7 @@ class Installer extends InstallerAbstract { parent::install(__DIR__ . '/..', $dbPool, $info); - switch ($dbPool->get('core')->getType()) { + switch ($dbPool->get()->getType()) { case DatabaseType::MYSQL: break;