]> git.mxchange.org Git - friendica.git/blobdiff - mod/allfriends.php
Better content detection for posts to Twitter
[friendica.git] / mod / allfriends.php
index 690097aa5fb65437e327f5dc174c8cfcc9740d52..8d849d37556d8f67e6175c69f461a01ce98021a0 100644 (file)
@@ -66,7 +66,7 @@ function allfriends_content(App $a) {
                        $photo_menu = contact_photo_menu ($rr);
                }
                else {
-                       $connlnk = App::get_baseurl() . '/follow/?url=' . $rr['url'];
+                       $connlnk = System::baseUrl() . '/follow/?url=' . $rr['url'];
                        $photo_menu = array(
                                'profile' => array(t("View Profile"), zrl($rr['url'])),
                                'follow' => array(t("Connect/Follow"), $connlnk)