]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Xrd.php
Use centralized function to fetch query results
[friendica.git] / src / Module / Xrd.php
index 459059a55f2e47829d318397cda42166f7b4f6a9..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 static function rawContent()
+       protected function rawContent(array $request = [])
        {
                // @TODO: Replace with parameter from router
                if (DI::args()->getArgv()[0] == 'xrd') {