show the full name for likes
This commit is contained in:
parent
34e26b53d5
commit
9fcda5b2da
|
@ -410,10 +410,9 @@ abstract class NoticeListActorsItem extends NoticeListItem
|
||||||
} else {
|
} else {
|
||||||
$profile = Profile::staticGet('id', $id);
|
$profile = Profile::staticGet('id', $id);
|
||||||
if ($profile) {
|
if ($profile) {
|
||||||
$links[] = sprintf('<a href="%s" title="%s">%s</a>',
|
$links[] = sprintf('<a href="%s">%s</a>',
|
||||||
htmlspecialchars($profile->profileurl),
|
htmlspecialchars($profile->profileurl),
|
||||||
htmlspecialchars($profile->getBestName()),
|
htmlspecialchars($profile->getBestName()));
|
||||||
htmlspecialchars($profile->nickname));
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user