From: Tim Düsterhus Date: Mon, 21 Aug 2023 08:18:25 +0000 (+0200) Subject: Fix `nextStep` in WCFSetup if system requirements are not fulfilled X-Git-Tag: 6.0.0_Beta_2~14 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=9719466bed29eb0379409db8d1838d19295bf3ea;p=GitHub%2FWoltLab%2FWCF.git Fix `nextStep` in WCFSetup if system requirements are not fulfilled see https://www.woltlab.com/community/thread/301247-refusing-to-skip-a-step/ --- diff --git a/wcfsetup/install/files/lib/system/WCFSetup.class.php b/wcfsetup/install/files/lib/system/WCFSetup.class.php index e0e3bf9a0f..f954846f36 100644 --- a/wcfsetup/install/files/lib/system/WCFSetup.class.php +++ b/wcfsetup/install/files/lib/system/WCFSetup.class.php @@ -427,7 +427,7 @@ final class WCFSetup extends WCF 'wcf', [ 'system' => $system, - 'nextStep' => 'unzipFiles', + 'nextStep' => 'configureDB', ] ) );