mirror of
https://github.com/Karaka-Management/oms-Knowledgebase.git
synced 2026-02-07 13:58:41 +00:00
Fix installer
This commit is contained in:
parent
3af70bf832
commit
a76f805b33
|
|
@ -40,7 +40,7 @@ class Installer extends InstallerAbstract
|
||||||
*/
|
*/
|
||||||
public static function install(string $path, DatabasePool $dbPool, InfoManager $info)
|
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()) {
|
switch ($dbPool->get('core')->getType()) {
|
||||||
case DatabaseType::MYSQL:
|
case DatabaseType::MYSQL:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user