aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2010-11-21 17:38:27 -0800
committerFriendika <info@friendika.com>2010-11-21 17:38:27 -0800
commit83e3cc34d2ab50d956d7fb27ddd7f96e82592123 (patch)
treeedcb9bb5e0baf390dccbd3cf771c78ec88d86cc8
parent72fd6eec4b3722aa8cb44f76dae9b8737f732287 (diff)
downloadvolse-hubzilla-83e3cc34d2ab50d956d7fb27ddd7f96e82592123.tar.gz
volse-hubzilla-83e3cc34d2ab50d956d7fb27ddd7f96e82592123.tar.bz2
volse-hubzilla-83e3cc34d2ab50d956d7fb27ddd7f96e82592123.zip
something wrong - undo last checkin until fixed
-rw-r--r--mod/network.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/network.php b/mod/network.php
index 979a7b916..fb4a35984 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;