diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-08-16 08:50:52 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-08-16 08:50:52 +0200 |
commit | e25db4d1b57116353ad4e4909eb93824a673ffb3 (patch) | |
tree | 8ad9f1cb5f1934ab7593fb8bb291c6d398153a1f /Zotlabs/Lib/ThreadStream.php | |
parent | 2becc3273aa377574d566c052036f425105b2389 (diff) | |
parent | 32acb0ff01b8fde3801fafbd7953aa36b5933f96 (diff) | |
download | volse-hubzilla-e25db4d1b57116353ad4e4909eb93824a673ffb3.tar.gz volse-hubzilla-e25db4d1b57116353ad4e4909eb93824a673ffb3.tar.bz2 volse-hubzilla-e25db4d1b57116353ad4e4909eb93824a673ffb3.zip |
Merge remote-tracking branch 'mike/master' into dev
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; |