]> git.mxchange.org Git - friendica.git/commitdiff
something wrong - undo last checkin until fixed
authorFriendika <info@friendika.com>
Mon, 22 Nov 2010 01:38:27 +0000 (17:38 -0800)
committerFriendika <info@friendika.com>
Mon, 22 Nov 2010 01:38:27 +0000 (17:38 -0800)
mod/network.php

index 979a7b9162fcd387b00219cbfb4d1f1211ae516b..fb4a359840bbbdae343452c4839f452d9bdfdb90 100644 (file)
@@ -239,10 +239,10 @@ function network_content(&$a, $update = 0) {
 
                        // Post was remotely authored.
 
-                       if((x($item,'author-link')) && ($item['url'] !== $item['author-link'])) { 
+//                     if((x($item,'author-link')) && ($item['url'] !== $item['author-link'])) { 
                                $profile_name   = ((strlen($item['author-name'])) ? $item['author-name'] : $item['name']);
                                $profile_avatar = ((strlen($item['author-avatar'])) ? $item['author-avatar'] : $thumb);
-                       }
+//                     }
 
                        $profile_link = $profile_url;