X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fdfrn_request.php;h=b7a0dd7487e6fbbf566c7beb1eb435bcdad7ffb0;hb=7f04a2ab8b38cd7208dc4e9d507aef54cb400f24;hp=6592bf901fbcebd38f8cbe3b9f5ed5272fcb9430;hpb=0eafea86edd0acd4cc928332e0ef0e7dd18c3e03;p=friendica.git diff --git a/mod/dfrn_request.php b/mod/dfrn_request.php index 6592bf901f..b7a0dd7487 100644 --- a/mod/dfrn_request.php +++ b/mod/dfrn_request.php @@ -611,7 +611,7 @@ function dfrn_request_content(App $a) } elseif (x($_GET, 'address') && ($_GET['address'] != "")) { $myaddr = $_GET['address']; } elseif (local_user()) { - if (strlen($a->path)) { + if (strlen($a->urlpath)) { $myaddr = System::baseUrl() . '/profile/' . $a->user['nickname']; } else { $myaddr = $a->user['nickname'] . '@' . substr(System::baseUrl(), strpos(System::baseUrl(), '://') + 3);