aboutsummaryrefslogtreecommitdiffstats
path: root/include/conversation.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-03-08 21:14:41 -0800
committerfriendica <info@friendica.com>2012-03-08 21:14:41 -0800
commit2050f886cc020c50684df14830bc98e40200309c (patch)
tree90ff6ad44d688e19fb29826e0aae34e0cdab0cdb /include/conversation.php
parent0188e2b3eed48470685403a7261df25b2438b08f (diff)
downloadvolse-hubzilla-2050f886cc020c50684df14830bc98e40200309c.tar.gz
volse-hubzilla-2050f886cc020c50684df14830bc98e40200309c.tar.bz2
volse-hubzilla-2050f886cc020c50684df14830bc98e40200309c.zip
keep tony from talking to himself
Diffstat (limited to 'include/conversation.php')
-rwxr-xr-xinclude/conversation.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/conversation.php b/include/conversation.php
index b458923e5..f1134975a 100755
--- a/include/conversation.php
+++ b/include/conversation.php
@@ -502,7 +502,7 @@ function conversation(&$a, $items, $mode, $update, $preview = false) {
$template = $wallwall;
$commentww = 'ww';
}
- if((! $item['wall']) && (strlen($item['owner-link'])) && ($item['owner-link'] != $item['author-link'])) {
+ if((! $item['wall']) && (strlen($item['owner-link'])) && (! link_compare($item['owner-link'],$item['author-link']))) {
// Could be anybody.