This commit is contained in:
friendica 2011-12-04 03:50:26 -08:00
parent f6dd834284
commit fb437a874e
1 changed files with 2 additions and 2 deletions

View File

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