]> git.mxchange.org Git - friendica.git/blobdiff - include/pubsubpublish.php
added much more curly braces + space between "if" and brace
[friendica.git] / include / pubsubpublish.php
index 85637facb23b275eac29a46c0d61c89aa35621b9..abf973a284cbb160f5716364ee03670fa4f534d9 100644 (file)
@@ -21,7 +21,7 @@ function handle_pubsubhubbub($id) {
 
        $headers = array("Content-type: application/atom+xml",
                        sprintf("Link: <%s>;rel=hub,<%s>;rel=self",
-                               $a->get_baseurl().'/pubsubhubbub',
+                               App::get_baseurl().'/pubsubhubbub',
                                $rr['topic']),
                        "X-Hub-Signature: sha1=".$hmac_sig);