X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fopensearch.php;h=8a427908bc244277bfca2e10c7602102b5151bf4;hb=6a8ebc8639507404be07bb7d6fd5a37189e46563;hp=c61f4674b18757959d0de0854c953ea85ccbfad8;hpb=541d6ab8959fe3c069996e230def126c154da34d;p=friendica.git diff --git a/mod/opensearch.php b/mod/opensearch.php index c61f4674b1..8a427908bc 100644 --- a/mod/opensearch.php +++ b/mod/opensearch.php @@ -9,10 +9,10 @@ function opensearch_content(App $a) { header("Content-type: application/opensearchdescription+xml"); - $o = replace_macros($tpl, array( + $o = replace_macros($tpl, [ '$baseurl' => System::baseUrl(), '$nodename' => $a->get_hostname(), - )); + ]); echo $o;