diff options
author | zotlabs <mike@macgirvin.com> | 2017-08-09 17:35:03 -0700 |
---|---|---|
committer | git-marijus <mario@mariovavti.com> | 2017-08-10 09:47:09 +0200 |
commit | acb8eeb85323a94bed85f3118fe20c1b5c9e2e7f (patch) | |
tree | 6f0bee75f22fe338ccf76d6775d645a10442bc9e /Zotlabs | |
parent | fa2de77abe724255e28e3d41ec7b864f3ebc7893 (diff) | |
download | volse-hubzilla-acb8eeb85323a94bed85f3118fe20c1b5c9e2e7f.tar.gz volse-hubzilla-acb8eeb85323a94bed85f3118fe20c1b5c9e2e7f.tar.bz2 volse-hubzilla-acb8eeb85323a94bed85f3118fe20c1b5c9e2e7f.zip |
libxml errors
Diffstat (limited to 'Zotlabs')
-rw-r--r-- | Zotlabs/Lib/ThreadItem.php | 1 | ||||
-rw-r--r-- | Zotlabs/Lib/ThreadStream.php | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Lib/ThreadItem.php b/Zotlabs/Lib/ThreadItem.php index 72d8af4dd..9a36480cc 100644 --- a/Zotlabs/Lib/ThreadItem.php +++ b/Zotlabs/Lib/ThreadItem.php @@ -712,7 +712,6 @@ class ThreadItem { call_hooks('comment_buttons',$arr); $comment_buttons = $arr['comment_buttons']; - $comment_box = replace_macros($template,array( '$return_path' => '', '$threaded' => $this->is_threaded(), diff --git a/Zotlabs/Lib/ThreadStream.php b/Zotlabs/Lib/ThreadStream.php index 1fd746c38..35ccf4fdb 100644 --- a/Zotlabs/Lib/ThreadStream.php +++ b/Zotlabs/Lib/ThreadStream.php @@ -18,6 +18,7 @@ class ThreadStream { private $observer = null; private $writable = false; private $commentable = false; + private $uploadable = false; private $profile_owner = 0; private $preview = false; private $prepared_item = ''; |