This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
friendica
/
friendica
mirror of
https://github.com/friendica/friendica.git
Watch
1
Star
2
Fork
1
Code
Issues
Releases
49
Wiki
Activity
Browse Source
Bugfix: The participants on the mail page were displayed wrong
pull/2218/head
Michael Vogel
5 years ago
parent
9d83892151
commit
2f13506180
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
mod/message.php
+ 2
- 0
mod/message.php
View File
@ -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'
])
{
Write
Preview
Loading…
Cancel
Save