X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FInstall.php;h=09025ff493dfb4e865b52ac17813ef3b5c99e71e;hb=38fbe281f9f774e8c0c9df1f5d36a8ecee08f34f;hp=2b287d96beaaf720e540826311ec4b4e9341f984;hpb=561aba18e3a230c0912ad9483c6df43cc40e09d6;p=friendica.git diff --git a/src/Module/Install.php b/src/Module/Install.php index 2b287d96be..09025ff493 100644 --- a/src/Module/Install.php +++ b/src/Module/Install.php @@ -1,6 +1,6 @@ currentWizardStep = ($_POST['pass'] ?? '') ?: self::SYSTEM_CHECK; } - protected function post(array $request = [], array $post = []) + protected function post(array $request = []) { $configCache = $this->app->getConfigCache();