]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Settings/Delegation.php
Merge pull request #11141 from urbalazs/language-names
[friendica.git] / src / Module / Settings / Delegation.php
index d385544afd6bdaf40a4e46d8eb9d110204b861aa..75e683e60a179b3190538f154a4d7075427357eb 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
  *
@@ -36,7 +36,7 @@ use Friendica\Util\Strings;
  */
 class Delegation extends BaseSettings
 {
-       protected function post(array $request = [], array $post = [])
+       protected function post(array $request = [])
        {
                if (!DI::app()->isLoggedIn()) {
                        throw new HTTPException\ForbiddenException(DI::l10n()->t('Permission denied.'));