X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FReallySimpleDiscovery.php;h=dacee205b0dd8a8d8e67b5cfa1b9f1193393f6b7;hb=c18bda9397d0ea9d68ea7a81e6292459317fdbf5;hp=382fe12d4f9d3c823482267825935645df0e5cc8;hpb=03038e7a3bb74bdab497d26b7f829a5c3036d1c2;p=friendica.git diff --git a/src/Module/ReallySimpleDiscovery.php b/src/Module/ReallySimpleDiscovery.php index 382fe12d4f..dacee205b0 100644 --- a/src/Module/ReallySimpleDiscovery.php +++ b/src/Module/ReallySimpleDiscovery.php @@ -1,4 +1,23 @@ . + * + */ namespace Friendica\Module; @@ -12,7 +31,7 @@ use Friendica\Util\XML; */ class ReallySimpleDiscovery extends BaseModule { - public static function rawContent(array $parameters = []) + protected function rawContent(array $request = []) { header('Content-Type: text/xml');