X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=mod%2Fopensearch.php;h=8a427908bc244277bfca2e10c7602102b5151bf4;hb=e0b33b36a21d7803353692372d7ceb90683d8888;hp=c61f4674b18757959d0de0854c953ea85ccbfad8;hpb=5adfeb0bd5fed2f793332056c03bb7c043d5fc69;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;