]> git.mxchange.org Git - friendica.git/commitdiff
typo
authorfriendica <info@friendica.com>
Sun, 4 Dec 2011 11:50:26 +0000 (03:50 -0800)
committerfriendica <info@friendica.com>
Sun, 4 Dec 2011 11:50:26 +0000 (03:50 -0800)
include/conversation.php

index 78b3987a3452344d1e12de46b603d5b5d39c70f1..0fd9553602d1c123c5448202444e826795d4ff17 100644 (file)
@@ -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);