Fix config creation

This commit is contained in:
Eric Espie
2026-04-14 17:01:54 +02:00
parent cbafcccde5
commit 662d6e3fb4
3 changed files with 11 additions and 4 deletions

View File

@@ -132,7 +132,8 @@ class ApplicationInstallSequencer extends StepSequencer
$sDataModelVersion,
$aSelectedModuleCodes,
$aSelectedExtensionCodes,
$sInstallComment
$sInstallComment,
$this->sSourceDesc
);
return $this->ComputeNextStep($sStep);