this got lost by merge

This commit is contained in:
rabuzarus 2015-10-11 20:00:54 +02:00
parent 649578ae33
commit 5c2923869a
1 changed files with 1 additions and 1 deletions

View File

@ -987,7 +987,7 @@ function builtin_activity_puller($item, &$conv_responses) {
else else
$url = zrl($url); $url = zrl($url);
$url = '<a href="'. $url . '"'. $sparkle .'>' . $item['author-name'] . '</a>'; $url = '<a href="'. $url . '"'. $sparkle .'>' . htmlentities($item['author-name']) . '</a>';
if(! $item['thr-parent']) if(! $item['thr-parent'])
$item['thr-parent'] = $item['parent-uri']; $item['thr-parent'] = $item['parent-uri'];