From 7677a0bc4e15290e866cf90cd1bec35938839297 Mon Sep 17 00:00:00 2001 From: raviks789 <33730024+raviks789@users.noreply.github.com> Date: Mon, 14 Aug 2023 12:44:11 +0200 Subject: [PATCH] `WebWizard`: Access `Form::getName()` with correct name case in `getNewPage()` --- modules/setup/library/Setup/WebWizard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/setup/library/Setup/WebWizard.php b/modules/setup/library/Setup/WebWizard.php index 42972a997..b71a0df96 100644 --- a/modules/setup/library/Setup/WebWizard.php +++ b/modules/setup/library/Setup/WebWizard.php @@ -283,7 +283,7 @@ class WebWizard extends Wizard implements SetupWizard if ($newPage->getName() === 'setup_auth_db_resource') { $authData = $this->getPageData('setup_authentication_type'); $skip = $authData['type'] !== 'db'; - } elseif ($newPage->getname() === 'setup_ldap_discovery') { + } elseif ($newPage->getName() === 'setup_ldap_discovery') { $authData = $this->getPageData('setup_authentication_type'); $skip = $authData['type'] !== 'ldap'; /*} elseif ($newPage->getName() === 'setup_ldap_discovery_confirm') {