]> git.mxchange.org Git - friendica.git/commitdiff
Revert "Fix installation"
authorHypolite Petovan <hypolite@mrpetovan.com>
Sun, 5 Jan 2025 02:03:27 +0000 (21:03 -0500)
committerHypolite Petovan <hypolite@mrpetovan.com>
Tue, 7 Jan 2025 11:42:04 +0000 (06:42 -0500)
This reverts commit 67a8c5073cc45c1f9beb8f25d66f1d64540950de.

src/Module/Install.php

index ae4aba73be2a6bd18e8a5d4f2e6b7253cf92c6e0..8b4fd909c7355b60d17769d49b0d78edd57bf6f2 100644 (file)
@@ -165,7 +165,6 @@ class Install extends BaseModule
 
                                break;
                }
-               DI::baseUrl()->redirect('install?pass=' . $this->currentWizardStep);
        }
 
        protected function content(array $request = []): string