X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fdirectory.php;h=625f6c95aca781eee24e1a3f895361f8c455e1b6;hb=e4ec867df3377acbec6325e7023b814129981d31;hp=be09dd37f681ac451003f11d917306b7d6dfe9c6;hpb=c5b724828a12a215d66e8086ed0ffdabfad5e928;p=friendica.git diff --git a/mod/directory.php b/mod/directory.php index be09dd37f6..625f6c95ac 100644 --- a/mod/directory.php +++ b/mod/directory.php @@ -104,7 +104,7 @@ function directory_content(&$a) { $itemurl = (($rr['addr'] != "") ? $rr['addr'] : $rr['profile_url']); - $profile_link = z_root() . '/profile/' . ((strlen($rr['nickname'])) ? $rr['nickname'] : $rr['profile_uid']); + $profile_link = 'profile/' . ((strlen($rr['nickname'])) ? $rr['nickname'] : $rr['profile_uid']); $pdesc = (($rr['pdesc']) ? $rr['pdesc'] . '
' : '');