X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FInstall.php;h=09025ff493dfb4e865b52ac17813ef3b5c99e71e;hb=e9df177055876cc93cec246d913d66bd5754fd10;hp=2b287d96beaaf720e540826311ec4b4e9341f984;hpb=5aad46c7fb2b66d63ad93d92ee355fc522b57be1;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();