Merge pull request #2218 from annando/1512-mail-participiants

Bugfix: The participants on the mail page were displayed wrong
pull/2222/head
fabrixxm 2015-12-28 18:31:54 +01:00
commit 9a307a4e2b
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -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']) {