mirror of
https://github.com/friendica/friendica
synced 2025-05-07 11:44:10 +02:00
Adapt BaseURL calls to new UriInterface
This commit is contained in:
parent
9e6d95284b
commit
f0c29edcde
101 changed files with 218 additions and 241 deletions
|
@ -48,7 +48,7 @@ class ReallySimpleDiscovery extends BaseModule
|
|||
'@attributes' => [
|
||||
'name' => 'Twitter',
|
||||
'preferred' => 'true',
|
||||
'apiLink' => DI::baseUrl()->get(),
|
||||
'apiLink' => DI::baseUrl(),
|
||||
'blogID' => '',
|
||||
],
|
||||
'settings' => [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue