diff options
author | friendica <info@friendica.com> | 2014-09-22 23:49:12 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-09-22 23:49:12 -0700 |
commit | 72ec78d0270ecc5036e02db984b0a5c5fd293c8b (patch) | |
tree | 738453307f5b12cd9bf0b9c94caadae01af3edc8 /include/ConversationObject.php | |
parent | e8854bb19dae01b18d2eb13af76d277847bdbb5a (diff) | |
download | volse-hubzilla-72ec78d0270ecc5036e02db984b0a5c5fd293c8b.tar.gz volse-hubzilla-72ec78d0270ecc5036e02db984b0a5c5fd293c8b.tar.bz2 volse-hubzilla-72ec78d0270ecc5036e02db984b0a5c5fd293c8b.zip |
trying to call mod/magic on rss resources - which have no hub
Diffstat (limited to 'include/ConversationObject.php')
-rw-r--r-- | include/ConversationObject.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/ConversationObject.php b/include/ConversationObject.php index c0fc376ae..a02ba102f 100644 --- a/include/ConversationObject.php +++ b/include/ConversationObject.php @@ -177,11 +177,11 @@ class Conversation extends BaseObject { } } require_once('include/identity.php'); - $sys = get_sys_channel(); +// $sys = get_sys_channel(); - if($sys && $item->get_data_value('uid') == $sys['channel_id']) { - $item->set_commentable(false); - } +// if($sys && $item->get_data_value('uid') == $sys['channel_id']) { +// $item->set_commentable(false); +// } $item->set_conversation($this); $this->threads[] = $item; |