X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FReallySimpleDiscovery.php;h=dacee205b0dd8a8d8e67b5cfa1b9f1193393f6b7;hb=c18bda9397d0ea9d68ea7a81e6292459317fdbf5;hp=fe071fc550b17d86f448eb473cc9932f86fc42b6;hpb=489cd0884ade34932fee45f136f77949bb3e3f91;p=friendica.git diff --git a/src/Module/ReallySimpleDiscovery.php b/src/Module/ReallySimpleDiscovery.php index fe071fc550..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 function rawContent() + protected function rawContent(array $request = []) { header('Content-Type: text/xml');