]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Xrd.php
Use rawContent for Special Options to avoid a protected options() method
[friendica.git] / src / Module / Xrd.php
index 4a8e32e8eaa91b9a4c5321b7420be0aca13a98b0..d24628ce65652f81ae76fd466f2477279ba052ce 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\Protocol\Salmon;
  */
 class Xrd extends BaseModule
 {
-       public function rawContent()
+       protected function rawContent(array $request = [])
        {
                // @TODO: Replace with parameter from router
                if (DI::args()->getArgv()[0] == 'xrd') {