]> git.mxchange.org Git - friendica.git/blobdiff - mod/opensearch.php
Rename App Methods
[friendica.git] / mod / opensearch.php
index 8a427908bc244277bfca2e10c7602102b5151bf4..541002410076f22c7409a5a6ef72b715b2a03e36 100644 (file)
@@ -11,7 +11,7 @@ function opensearch_content(App $a) {
 
        $o = replace_macros($tpl, [
                '$baseurl' => System::baseUrl(),
-               '$nodename' => $a->get_hostname(),
+               '$nodename' => $a->getHostName(),
        ]);
 
        echo $o;