mirror of
https://github.com/friendica/friendica
synced 2025-04-19 07:10:11 +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
|
@ -80,7 +80,7 @@ class Magic extends BaseModule
|
|||
$headers = HTTPSignature::createSig(
|
||||
$headers,
|
||||
$user['prvkey'],
|
||||
'acct:' . $user['nickname'] . '@' . DI::baseUrl()->getHostname()() . (DI::baseUrl()->getUrlPath() ? '/' . DI::baseUrl()->getUrlPath() : '')
|
||||
'acct:' . $user['nickname'] . '@' . DI::baseUrl()->getHostname() . (DI::baseUrl()->getUrlPath() ? '/' . DI::baseUrl()->getUrlPath() : '')
|
||||
);
|
||||
|
||||
// Try to get an authentication token from the other instance.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue