mirror of
https://github.com/Karaka-Management/oms-Messages.git
synced 2026-01-30 09:18:41 +00:00
Fix installer
This commit is contained in:
parent
203c45120e
commit
f58d5532e2
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user