From a7210f76d1da281a3c1ec08c3410f143598a0505 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Sat, 4 Jan 2025 21:03:27 -0500 Subject: [PATCH] Revert "Fix installation" This reverts commit 67a8c5073cc45c1f9beb8f25d66f1d64540950de. --- src/Module/Install.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Module/Install.php b/src/Module/Install.php index ae4aba73be..8b4fd909c7 100644 --- a/src/Module/Install.php +++ b/src/Module/Install.php @@ -165,7 +165,6 @@ class Install extends BaseModule break; } - DI::baseUrl()->redirect('install?pass=' . $this->currentWizardStep); } protected function content(array $request = []): string