Bugfix: The participants on the mail page were displayed wrong
This commit is contained in:
parent
9d83892151
commit
2f13506180
|
@ -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']) {
|
||||
|
|
Loading…
Reference in a new issue