aboutsummaryrefslogtreecommitdiffstats
path: root/include/ItemObject.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/ItemObject.php')
-rw-r--r--include/ItemObject.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ItemObject.php b/include/ItemObject.php
index 89015749b..9666cda23 100644
--- a/include/ItemObject.php
+++ b/include/ItemObject.php
@@ -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'))) {