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