mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-06-07 09:54:27 +02:00
[various] Adapt BaseURL calls for new UriInterface
This commit is contained in:
parent
75df306424
commit
648fadedd3
30 changed files with 478 additions and 479 deletions
|
@ -186,7 +186,7 @@ function diaspora_post_local(array &$b)
|
|||
|
||||
function diaspora_send(array &$b)
|
||||
{
|
||||
$hostname = DI::baseUrl()->getHostname();
|
||||
$hostname = DI::baseUrl()->getHost();
|
||||
|
||||
Logger::notice('diaspora_send: invoked');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue