]> git.mxchange.org Git - friendica.git/blobdiff - mod/content.php
Also reverted these + added spaces for nicer appearance.
[friendica.git] / mod / content.php
index 87960d712ed2fcf719fe3035f9640c8d5337d547..1e2307f553fd52b26348f9b9b0ce42d521e3163a 100644 (file)
@@ -197,7 +197,7 @@ function content_content(&$a, $update = 0) {
        }
 
        if($conv) {
-               $myurl = $a->get_baseurl() . '/profile/'. $a->user['nickname'];
+               $myurl = App::get_baseurl() . '/profile/'. $a->user['nickname'];
                $myurl = substr($myurl,strpos($myurl,'://')+3);
                $myurl = str_replace('www.','',$myurl);
                $diasp_url = str_replace('/profile/','/u/',$myurl);