]> git.mxchange.org Git - friendica.git/commitdiff
fix incorrect default author
authorfriendica <info@friendica.com>
Sun, 4 Dec 2011 11:54:40 +0000 (03:54 -0800)
committerfriendica <info@friendica.com>
Sun, 4 Dec 2011 11:54:40 +0000 (03:54 -0800)
include/conversation.php

index 0fd9553602d1c123c5448202444e826795d4ff17..deced3cb8c834ec1cc05dde58dd65467818ae363 100644 (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)