mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 09: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')) {
|
||||
$class = '\\Modules\\' . $from . '\\Admin\\Install\\' . $for;
|
||||
/** @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