diff options
author | friendica <info@friendica.com> | 2015-02-03 22:55:01 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-02-03 22:55:01 -0800 |
commit | 0cc29af6d0c305efa35fbe3b0c7bc314f21b4166 (patch) | |
tree | 73577a93b6987b539d70cbc46ad6da146e99b19d /include | |
parent | 4ead2cd79d3c7e5c29a11785a3ceefef6d3ba93f (diff) | |
download | volse-hubzilla-0cc29af6d0c305efa35fbe3b0c7bc314f21b4166.tar.gz volse-hubzilla-0cc29af6d0c305efa35fbe3b0c7bc314f21b4166.tar.bz2 volse-hubzilla-0cc29af6d0c305efa35fbe3b0c7bc314f21b4166.zip |
order ratings friends first
Diffstat (limited to 'include')
-rw-r--r-- | include/conversation.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/conversation.php b/include/conversation.php index 9429af754..952d7d322 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -619,10 +619,6 @@ function conversation(&$a, $items, $mode, $update, $page_mode = 'traditional', $ $profile_link = zid($profile_link); $normalised = normalise_link((strlen($item['author-link'])) ? $item['author-link'] : $item['url']); - if(x($a->contacts,$normalised)) - $profile_avatar = $a->contacts[$normalised]['thumb']; - else - $profile_avatar = ((strlen($item['author-avatar'])) ? $a->get_cached_avatar_image($item['author-avatar']) : $item['thumb']); $profile_name = $item['author']['xchan_name']; $profile_link = $item['author']['xchan_url']; |