something wrong - undo last checkin until fixed
This commit is contained in:
parent
72fd6eec4b
commit
83e3cc34d2
|
@ -239,10 +239,10 @@ function network_content(&$a, $update = 0) {
|
||||||
|
|
||||||
// Post was remotely authored.
|
// 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_name = ((strlen($item['author-name'])) ? $item['author-name'] : $item['name']);
|
||||||
$profile_avatar = ((strlen($item['author-avatar'])) ? $item['author-avatar'] : $thumb);
|
$profile_avatar = ((strlen($item['author-avatar'])) ? $item['author-avatar'] : $thumb);
|
||||||
}
|
// }
|
||||||
|
|
||||||
$profile_link = $profile_url;
|
$profile_link = $profile_url;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue