aboutsummaryrefslogtreecommitdiffstats
path: root/include/conversation.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2011-12-04 03:50:26 -0800
committerfriendica <info@friendica.com>2011-12-04 03:50:26 -0800
commitfb437a874ef38249199f7dd034eb4189b9c42976 (patch)
treed6bcb8d8a95028d4d354cc691164ce78518d7acf /include/conversation.php
parentf6dd834284ccf8e69af8cefce45046a64460aa62 (diff)
downloadvolse-hubzilla-fb437a874ef38249199f7dd034eb4189b9c42976.tar.gz
volse-hubzilla-fb437a874ef38249199f7dd034eb4189b9c42976.tar.bz2
volse-hubzilla-fb437a874ef38249199f7dd034eb4189b9c42976.zip
typo
Diffstat (limited to 'include/conversation.php')
-rw-r--r--include/conversation.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/conversation.php b/include/conversation.php
index 78b3987a3..0fd955360 100644
--- a/include/conversation.php
+++ b/include/conversation.php
@@ -211,8 +211,8 @@ function conversation(&$a, $items, $mode, $update) {
$profile_name = ((strlen($item['author-name'])) ? $item['author-name'] : $item['name']);
- if($author-link && (! $author-name))
- $profile-name = $author-link;
+ if($item['author-link'] && (! $item['author-name']))
+ $profile_name = $item['author-link'];
$sp = false;
$profile_link = best_link_url($item,$sp);