mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-08 03:34:27 +02: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
|
@ -21,7 +21,7 @@ class OpenSearch extends BaseModule
|
|||
{
|
||||
header('Content-type: application/opensearchdescription+xml');
|
||||
|
||||
$hostname = DI::baseUrl()->getHostname()();
|
||||
$hostname = DI::baseUrl()->getHostname();
|
||||
$baseUrl = DI::baseUrl()->get();
|
||||
|
||||
/** @var DOMDocument $xml */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue