fix incorrect default author

This commit is contained in:
friendica 2011-12-04 03:54:40 -08:00
parent fb437a874e
commit fb01d8bec5
1 changed files with 4 additions and 0 deletions

View File

@ -533,6 +533,10 @@ function conversation(&$a, $items, $mode, $update) {
$profile_name = (((strlen($item['author-name'])) && $diff_author) ? $item['author-name'] : $item['name']);
if($item['author-link'] && (! $item['author-name']))
$profile_name = $item['author-link'];
$sp = false;
$profile_link = best_link_url($item,$sp);
if($sp)