]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Admin/Site.php
Use rawContent for Special Options to avoid a protected options() method
[friendica.git] / src / Module / Admin / Site.php
index 71f042f8d7ebf99047011e63666700de3a6dc0dc..2bac3d79edf76532c9b97ce6def3fc55f833bcd1 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
  *
@@ -43,7 +43,7 @@ require_once __DIR__ . '/../../../boot.php';
 
 class Site extends BaseAdmin
 {
-       protected function post(array $request = [], array $post = [])
+       protected function post(array $request = [])
        {
                self::checkAdminAccess();