]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/ReallySimpleDiscovery.php
Move System::httpError to BaseModule->httpError
[friendica.git] / src / Module / ReallySimpleDiscovery.php
index 6d608063e73072284e4a5eaf52a4c9e840b2d014..4dc00240aa068b456f6aca9b8fe1ff002347d4a5 100644 (file)
@@ -67,6 +67,6 @@ class ReallySimpleDiscovery extends BaseModule
                                ],
                        ],
                ]);
-               System::httpExit($content, Response::TYPE_XML);
+               $this->httpExit($content, Response::TYPE_XML);
        }
 }