From: Friendika Date: Mon, 22 Nov 2010 01:38:27 +0000 (-0800) Subject: something wrong - undo last checkin until fixed X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=83e3cc34d2ab50d956d7fb27ddd7f96e82592123;p=friendica.git something wrong - undo last checkin until fixed --- diff --git a/mod/network.php b/mod/network.php index 979a7b9162..fb4a359840 100644 --- a/mod/network.php +++ b/mod/network.php @@ -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;