X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FReallySimpleDiscovery.php;h=dacee205b0dd8a8d8e67b5cfa1b9f1193393f6b7;hb=c18bda9397d0ea9d68ea7a81e6292459317fdbf5;hp=8d6a6ff3c282bed97127812cacf9dcecdadb52c0;hpb=054c301ef0345c4ff9f35cfd08717757eab17b9d;p=friendica.git diff --git a/src/Module/ReallySimpleDiscovery.php b/src/Module/ReallySimpleDiscovery.php index 8d6a6ff3c2..dacee205b0 100644 --- a/src/Module/ReallySimpleDiscovery.php +++ b/src/Module/ReallySimpleDiscovery.php @@ -31,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');