]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Magic.php
Merge pull request #5862 from nupplaphil/rename_App_Methods
[friendica.git] / src / Module / Magic.php
index 5bf176b251c56b76176067b6d5ab4db95ef5cbd3..042a9581dfb27d4466d9c4df0d5d6c0ad6cf6fa3 100644 (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.