From dedcd4af19f66d00e0bee92f003f5db86e10d60e Mon Sep 17 00:00:00 2001 From: Eric Espie Date: Fri, 3 Jul 2026 09:23:13 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B09711=20-=20Update=20WizStepSummary=20to?= =?UTF-8?q?=20conditionally=20display=20database=20parameters=20based=20on?= =?UTF-8?q?=20return=5Fapplication=20parameter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup/wizardsteps/WizStepSummary.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/wizardsteps/WizStepSummary.php b/setup/wizardsteps/WizStepSummary.php index b7a4f81f33..3f17762f43 100644 --- a/setup/wizardsteps/WizStepSummary.php +++ b/setup/wizardsteps/WizStepSummary.php @@ -128,7 +128,7 @@ class WizStepSummary extends AbstractWizStepInstall $oPage->add($sExtensionsRemoved); $oPage->add(''); - if (UserRights::IsAdministrator()) { + if ($this->oWizard->GetParameter('return_application') === '') { $oPage->add('
Database Parameters