inverted logic on wall-wall check
This commit is contained in:
parent
fc8225be8d
commit
769456305b
@ -553,7 +553,7 @@ class Item extends BaseObject {
|
|||||||
$this->owner_photo = '';
|
$this->owner_photo = '';
|
||||||
$this->owner_name = '';
|
$this->owner_name = '';
|
||||||
|
|
||||||
if($conv->get_mode() !== 'channel')
|
if($conv->get_mode() === 'channel')
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if($this->is_toplevel() && ($this->get_data_value('author_xchan') != $this->get_data_value('owner_xchan'))) {
|
if($this->is_toplevel() && ($this->get_data_value('author_xchan') != $this->get_data_value('owner_xchan'))) {
|
||||||
|
Reference in New Issue
Block a user