diff options
author | zotlabs <mike@macgirvin.com> | 2017-08-09 17:35:03 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-08-09 17:35:03 -0700 |
commit | 6531cbd1d286738acb9448b141bf4d7d5f97ccf3 (patch) | |
tree | 6b795ce45ce149a0bbabba43e76783952907ae77 /Zotlabs/Lib/ThreadItem.php | |
parent | 8eb6dafe312746ea85ccdd0544b17241b2f95a9c (diff) | |
download | volse-hubzilla-6531cbd1d286738acb9448b141bf4d7d5f97ccf3.tar.gz volse-hubzilla-6531cbd1d286738acb9448b141bf4d7d5f97ccf3.tar.bz2 volse-hubzilla-6531cbd1d286738acb9448b141bf4d7d5f97ccf3.zip |
libxml errors
Diffstat (limited to 'Zotlabs/Lib/ThreadItem.php')
-rw-r--r-- | Zotlabs/Lib/ThreadItem.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Zotlabs/Lib/ThreadItem.php b/Zotlabs/Lib/ThreadItem.php index 3e76890b6..4a66c84bc 100644 --- a/Zotlabs/Lib/ThreadItem.php +++ b/Zotlabs/Lib/ThreadItem.php @@ -713,7 +713,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(), |