mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-06 20:48:40 +00:00
Pass info manager to providing
This commit is contained in:
parent
8db115529b
commit
c7c4ef3a1e
|
|
@ -543,7 +543,7 @@ class ModuleManager
|
||||||
if (file_exists($this->modulePath . '/' . $from . '/Admin/Install/' . $for . '.php')) {
|
if (file_exists($this->modulePath . '/' . $from . '/Admin/Install/' . $for . '.php')) {
|
||||||
$class = '\\Modules\\' . $from . '\\Admin\\Install\\' . $for;
|
$class = '\\Modules\\' . $from . '\\Admin\\Install\\' . $for;
|
||||||
/** @var $class InstallerAbstract */
|
/** @var $class InstallerAbstract */
|
||||||
$class::install($this->modulePath, $this->app->dbPool, null);
|
$class::install($this->modulePath, $this->app->dbPool, $this->loadInfo($from));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user