]> git.mxchange.org Git - friendica.git/blobdiff - mod/hostxrd.php
Rename App Methods
[friendica.git] / mod / hostxrd.php
index 16f132fe092ff2a871fcc3a0e15fe67cffbe84c6..30343381c393c9ff119c4cc637a93bf121a17ac1 100644 (file)
@@ -23,7 +23,7 @@ function hostxrd_init(App $a)
 
        $tpl = get_markup_template('xrd_host.tpl');
        echo replace_macros($tpl, [
-               '$zhost' => $a->get_hostname(),
+               '$zhost' => $a->getHostName(),
                '$zroot' => System::baseUrl(),
                '$domain' => System::baseUrl(),
                '$bigkey' => Salmon::salmonKey(Config::get('system', 'site_pubkey'))]