inverted logic on wall-wall check

This commit is contained in:
friendica 2013-01-24 23:10:37 -08:00
parent fc8225be8d
commit 769456305b

View File

@ -553,7 +553,7 @@ class Item extends BaseObject {
$this->owner_photo = '';
$this->owner_name = '';
if($conv->get_mode() !== 'channel')
if($conv->get_mode() === 'channel')
return;
if($this->is_toplevel() && ($this->get_data_value('author_xchan') != $this->get_data_value('owner_xchan'))) {