diff options
author | zotlabs <mike@macgirvin.com> | 2018-08-15 17:00:37 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-08-15 17:00:37 -0700 |
commit | f230c07ba5ed71c0491c6fd109c0789d2cc341c1 (patch) | |
tree | b9e393321058b10da1a44674016026f03ca9dc76 /Zotlabs/Lib/ThreadStream.php | |
parent | f4f610f1a3b3826f960e3db2026bf2204e939fe8 (diff) | |
download | volse-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/ThreadStream.php')
-rw-r--r-- | Zotlabs/Lib/ThreadStream.php | 1 |
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; |