X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fidentity.php;h=580539c07155cbd4e106b08394b2ada65350401b;hb=7e6598f2c01dc25b9420309dac1ec84160f21a03;hp=2cb3bfd4c2c8a24ea9cc0c77be61f5ee1b04393f;hpb=e4ec867df3377acbec6325e7023b814129981d31;p=friendica.git diff --git a/include/identity.php b/include/identity.php index 2cb3bfd4c2..580539c071 100644 --- a/include/identity.php +++ b/include/identity.php @@ -264,7 +264,7 @@ function profile_sidebar($profile, $block = 0) { if ($r) { $remote_url = $r[0]["url"]; $message_path = preg_replace("=(.*)/profile/(.*)=ism", "$1/message/new/", $remote_url); - $wallmessage_link = $message_path.base64_encode($remote_url); + $wallmessage_link = $message_path.base64_encode($profile["addr"]); } } else { $wallmessage = false;