]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/OpenSearch.php
Tests ...
[friendica.git] / src / Module / OpenSearch.php
index 24e039ca835cf635ed94a5e9721c098aff8e81eb..e5212c251979e412bc4a7b3cfd5f0265919a9824 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -36,7 +36,7 @@ class OpenSearch extends BaseModule
        /**
         * @throws \Exception
         */
-       public static function rawContent(array $parameters = [])
+       public function rawContent()
        {
                header('Content-type: application/opensearchdescription+xml');