diff options
author | friendica <info@friendica.com> | 2011-12-04 03:50:26 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2011-12-04 03:50:26 -0800 |
commit | fb437a874ef38249199f7dd034eb4189b9c42976 (patch) | |
tree | d6bcb8d8a95028d4d354cc691164ce78518d7acf | |
parent | f6dd834284ccf8e69af8cefce45046a64460aa62 (diff) | |
download | volse-hubzilla-fb437a874ef38249199f7dd034eb4189b9c42976.tar.gz volse-hubzilla-fb437a874ef38249199f7dd034eb4189b9c42976.tar.bz2 volse-hubzilla-fb437a874ef38249199f7dd034eb4189b9c42976.zip |
typo
-rw-r--r-- | include/conversation.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/conversation.php b/include/conversation.php index 78b3987a3..0fd955360 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -211,8 +211,8 @@ function conversation(&$a, $items, $mode, $update) { $profile_name = ((strlen($item['author-name'])) ? $item['author-name'] : $item['name']); - if($author-link && (! $author-name)) - $profile-name = $author-link; + if($item['author-link'] && (! $item['author-name'])) + $profile_name = $item['author-link']; $sp = false; $profile_link = best_link_url($item,$sp); |