From: Michael Vogel Date: Mon, 28 Dec 2015 17:13:03 +0000 (+0100) Subject: Bugfix: The participants on the mail page were displayed wrong X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2f13506180a38f0e85a79698e61c10dd62ab8a21;p=friendica.git Bugfix: The participants on the mail page were displayed wrong --- diff --git a/mod/message.php b/mod/message.php index 0ed2b98841..1724ebc424 100644 --- a/mod/message.php +++ b/mod/message.php @@ -549,6 +549,8 @@ function render_messages($msg, $t) { $tpl = get_markup_template($t); $rslt = ''; + $myprofile = $a->get_baseurl(true) . '/profile/' . $a->user['nickname']; + foreach($msg as $rr) { if($rr['unknown']) {