mirror of
https://github.com/friendica/friendica
synced 2025-04-26 07:50:15 +00:00
Fix fatal errors caused by PR 8019
This commit is contained in:
parent
03038e7a3b
commit
74f4637ff3
6 changed files with 6 additions and 6 deletions
|
@ -29,7 +29,7 @@ class HostMeta extends BaseModule
|
|||
|
||||
$tpl = Renderer::getMarkupTemplate('xrd_host.tpl');
|
||||
echo Renderer::replaceMacros($tpl, [
|
||||
'$zhost' => DI::baseUrl()->getHostname()(),
|
||||
'$zhost' => DI::baseUrl()->getHostname(),
|
||||
'$zroot' => DI::baseUrl()->get(),
|
||||
'$domain' => DI::baseUrl()->get(),
|
||||
'$bigkey' => Salmon::salmonKey($config->get('system', 'site_pubkey'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue