diff --git a/Module/ModuleManager.php b/Module/ModuleManager.php index 9abe3e7f3..6848c970b 100644 --- a/Module/ModuleManager.php +++ b/Module/ModuleManager.php @@ -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)); } }