]> git.mxchange.org Git - friendica.git/blobdiff - include/pubsubpublish.php
Now it could work
[friendica.git] / include / pubsubpublish.php
index eeb071e1fa1777442ea7ac9fccf2baa263b1651e..23348d6d702497e124f2da8deb35639235d87606 100644 (file)
@@ -55,7 +55,7 @@ function handle_pubsubhubbub($id) {
 
        $headers = array("Content-type: application/atom+xml",
                        sprintf("Link: <%s>;rel=hub,<%s>;rel=self",
-                               App::get_baseurl().'/pubsubhubbub/'.$rr['nickname'],
+                               System::baseUrl().'/pubsubhubbub/'.$rr['nickname'],
                                $rr['topic']),
                        "X-Hub-Signature: sha1=".$hmac_sig);