X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fopensearch.php;h=2057f0b5d60579155de31336d1990da404d5e3a9;hb=41663c7592abe55a958632c3a48265e0a8544d2b;hp=b7c5ce2805b625c8d03c642bc2fc319a69f592f9;hpb=91facd2d0a2869e2c26a5943d8afe1849d3891f8;p=friendica.git diff --git a/mod/opensearch.php b/mod/opensearch.php index b7c5ce2805..2057f0b5d6 100644 --- a/mod/opensearch.php +++ b/mod/opensearch.php @@ -6,7 +6,7 @@ use Friendica\Core\System; function opensearch_content(App $a) { - $tpl = get_markup_template('opensearch.tpl'); + $tpl = Renderer::getMarkupTemplate('opensearch.tpl'); header("Content-type: application/opensearchdescription+xml"); @@ -17,5 +17,5 @@ function opensearch_content(App $a) { echo $o; - killme(); + exit(); }