]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/ReallySimpleDiscovery.php
Changes:
[friendica.git] / src / Module / ReallySimpleDiscovery.php
index 6d608063e73072284e4a5eaf52a4c9e840b2d014..c7736ee957dc38fd910fe84607c56dbc129255e1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -67,6 +67,6 @@ class ReallySimpleDiscovery extends BaseModule
                                ],
                        ],
                ]);
-               System::httpExit($content, Response::TYPE_XML);
+               $this->httpExit($content, Response::TYPE_XML);
        }
 }