]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Magic.php
Remove deprecated code
[friendica.git] / src / Module / Magic.php
index 0ac05ccdf8e8dc2a97470be0f4018012ca87f428..a95b7e6ba0de9203f2bb36393bc0a5f8be7975c9 100644 (file)
@@ -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.