From: Hypolite Petovan Date: Sun, 5 Jan 2025 02:03:27 +0000 (-0500) Subject: Revert "Fix installation" X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a7210f76d1da281a3c1ec08c3410f143598a0505;p=friendica.git Revert "Fix installation" This reverts commit 67a8c5073cc45c1f9beb8f25d66f1d64540950de. --- 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