something wrong - undo last checkin until fixed

This commit is contained in:
Friendika 2010-11-21 17:38:27 -08:00
parent 72fd6eec4b
commit 83e3cc34d2
1 changed files with 2 additions and 2 deletions

View 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;