]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/OpenSearch.php
Changes:
[friendica.git] / src / Module / OpenSearch.php
index 7c44bc510e48e8b7570b6ea4984b105944c8d66d..04865be18042d3620ef81e4bf9e5b26ae266d83b 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
  *
@@ -85,6 +85,6 @@ class OpenSearch extends BaseModule
                        'template' => "$baseUrl/opensearch",
                ]);
 
-               System::httpExit($xml->saveXML(), Response::TYPE_XML, 'application/opensearchdescription+xml');
+               $this->httpExit($xml->saveXML(), Response::TYPE_XML, 'application/opensearchdescription+xml');
        }
 }