aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-08-15 17:00:37 -0700
committerzotlabs <mike@macgirvin.com>2018-08-15 17:00:37 -0700
commitf230c07ba5ed71c0491c6fd109c0789d2cc341c1 (patch)
treeb9e393321058b10da1a44674016026f03ca9dc76 /Zotlabs/Lib
parentf4f610f1a3b3826f960e3db2026bf2204e939fe8 (diff)
downloadvolse-hubzilla-f230c07ba5ed71c0491c6fd109c0789d2cc341c1.tar.gz
volse-hubzilla-f230c07ba5ed71c0491c6fd109c0789d2cc341c1.tar.bz2
volse-hubzilla-f230c07ba5ed71c0491c6fd109c0789d2cc341c1.zip
possible fixes for can_comment_on_post(), provide wiki_list on wiki sidebar
Diffstat (limited to 'Zotlabs/Lib')
-rw-r--r--Zotlabs/Lib/ThreadStream.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/Zotlabs/Lib/ThreadStream.php b/Zotlabs/Lib/ThreadStream.php
index d0c964149..020e8729b 100644
--- a/Zotlabs/Lib/ThreadStream.php
+++ b/Zotlabs/Lib/ThreadStream.php
@@ -196,7 +196,6 @@ class ThreadStream {
$item->set_commentable(false);
}
- require_once('include/channel.php');
$item->set_conversation($this);
$this->threads[] = $item;