mirror of
https://github.com/friendica/friendica
synced 2025-04-30 07:44:22 +02:00
Ensure that the baseurl return value is a string
This commit is contained in:
parent
4c40bc164d
commit
e13a31c4fe
12 changed files with 15 additions and 21 deletions
|
@ -330,7 +330,7 @@ class Transmitter
|
|||
return [
|
||||
'type' => 'Service',
|
||||
'name' => App::PLATFORM . " '" . App::CODENAME . "' " . App::VERSION . '-' . DB_UPDATE_VERSION,
|
||||
'url' => DI::baseUrl()
|
||||
'url' => (string)DI::baseUrl()
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue