]> git.mxchange.org Git - friendica.git/blobdiff - include/contact_widgets.php
App::get_baseurl is now replaced with System::baseUrl
[friendica.git] / include / contact_widgets.php
index 2073e40f70da4b17d6ea56b725e495e47509065c..b359781ffd734b818187caaa65df898bc57ac9ba 100644 (file)
@@ -265,7 +265,7 @@ function common_friends_visitor_widget($profile_uid) {
 
        return replace_macros(get_markup_template('remote_friends_common.tpl'), array(
                '$desc' =>  sprintf( tt("%d contact in common", "%d contacts in common", $t), $t),
-               '$base' => App::get_baseurl(),
+               '$base' => System::baseUrl(),
                '$uid' => $profile_uid,
                '$cid' => (($cid) ? $cid : '0'),
                '$linkmore' => (($t > 5) ? 'true' : ''),