keep tony from talking to himself

This commit is contained in:
friendica 2012-03-08 21:14:41 -08:00
parent 0188e2b3ee
commit 2050f886cc
2 changed files with 2 additions and 2 deletions

View file

@ -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.