Merge remote-tracking branch 'origin/support/3.0' into develop

This commit is contained in:
Pierre Goiffon
2023-03-06 11:32:48 +01:00
2 changed files with 9 additions and 9 deletions

View File

@@ -1421,7 +1421,7 @@ class WizStepModulesChoice extends WizardStep
}
catch(MissingDependencyException $e)
{
$oPage->warning($e->getHtmlDesc());
$oPage->warning($e->getHtmlDesc(), $e->getMessage());
}
$this->bUpgrade = ($this->oWizard->GetParameter('install_mode') != 'install');