]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/OpenSearch.php
$_POST replaced
[friendica.git] / src / Module / OpenSearch.php
index e5212c251979e412bc4a7b3cfd5f0265919a9824..94215aaa7ae77d9a22da4bf5b78488fbf72da220 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 @@ class OpenSearch extends BaseModule
        /**
         * @throws \Exception
         */
-       public function rawContent()
+       protected function rawContent(array $request = [])
        {
                header('Content-type: application/opensearchdescription+xml');