parameters and getURLpath to getURLPath

This commit is contained in:
Philipp Holzer
2018-10-10 01:18:47 +02:00
parent 3eb4332f33
commit 307286fc47
12 changed files with 22 additions and 22 deletions

View File

@@ -78,7 +78,7 @@ class Magic extends BaseModule
$headers = HTTPSignature::createSig(
$headers,
$user['prvkey'],
'acct:' . $user['nickname'] . '@' . $a->getHostName() . ($a->getURLpath() ? '/' . $a->getURLpath() : '')
'acct:' . $user['nickname'] . '@' . $a->getHostName() . ($a->getURLPath() ? '/' . $a->getURLPath() : '')
);
// Try to get an authentication token from the other instance.