]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Install.php
Merge pull request #11312 from annando/permissions
[friendica.git] / src / Module / Install.php
index 2b287d96beaaf720e540826311ec4b4e9341f984..09025ff493dfb4e865b52ac17813ef3b5c99e71e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -104,7 +104,7 @@ class Install extends BaseModule
                $this->currentWizardStep = ($_POST['pass'] ?? '') ?: self::SYSTEM_CHECK;
        }
 
-       protected function post(array $request = [], array $post = [])
+       protected function post(array $request = [])
        {
                $configCache = $this->app->getConfigCache();