]> git.mxchange.org Git - friendica.git/commitdiff
include feedback
authorPhilipp Holzer <admin@philipp.info>
Sun, 5 May 2019 08:09:08 +0000 (10:09 +0200)
committerPhilipp Holzer <admin@philipp.info>
Sun, 5 May 2019 08:09:08 +0000 (10:09 +0200)
src/Module/ReallySimpleDiscovery.php

index 388a652aea2113b9f7017c1cde9f7eb47671c2e9..4c14d3c8373aadf28dcd7654b19574b709185124 100644 (file)
@@ -13,9 +13,9 @@ class ReallySimpleDiscovery extends BaseModule
 {
        public static function rawContent()
        {
-               header ("Content-Type: text/xml");
+               header ('Content-Type: text/xml');
                $tpl = Renderer::getMarkupTemplate('rsd.tpl');
-               echo Renderer::replaceMacros($tpl, []);
+               echo Renderer::replaceMacros($tpl);
                exit();
        }
 }