Also reverted these + added spaces for nicer appearance.

Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
Roland Häder 2016-12-15 09:22:38 +01:00
parent c830bfcd96
commit 6cef88c24e
2 changed files with 8 additions and 8 deletions

View 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);