From 2f13506180a38f0e85a79698e61c10dd62ab8a21 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Mon, 28 Dec 2015 18:13:03 +0100 Subject: [PATCH] Bugfix: The participants on the mail page were displayed wrong --- mod/message.php | 2 ++ 1 file changed, 2 insertions(+) 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']) {