]> git.mxchange.org Git - friendica.git/blobdiff - mod/allfriends.php
Misspelled "detailed"
[friendica.git] / mod / allfriends.php
index f51070bbe86d472216892b3685cc34fb19680520..8d849d37556d8f67e6175c69f461a01ce98021a0 100644 (file)
@@ -1,5 +1,8 @@
 <?php
 
+use Friendica\App;
+use Friendica\Core\System;
+
 require_once('include/socgraph.php');
 require_once('include/Contact.php');
 require_once('include/contact_selectors.php');
@@ -63,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)