This commit is contained in:
Dennis Eichhorn 2020-05-22 14:11:00 +02:00 committed by GitHub
parent aa95b145d1
commit d613d747fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -630,7 +630,7 @@ final class ModuleManager
}
/** @var InstallerAbstract $class */
$class::install($this->app->dbPool, $info, $appSettings->appSettings);
$class::install($this->app->dbPool, $info, $app->appSettings);
}
/**