diff options
author | redmatrix <git@macgirvin.com> | 2016-02-04 22:39:56 -0800 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-02-04 22:39:56 -0800 |
commit | a8456782b5c59f986b20af640cf5e4cd637be006 (patch) | |
tree | 917cb850d8bd2e5390ec2b6445d297fee83306b4 /include/ItemObject.php | |
parent | 425089524373137e11d3691e7efdce0fb89281c8 (diff) | |
download | volse-hubzilla-a8456782b5c59f986b20af640cf5e4cd637be006.tar.gz volse-hubzilla-a8456782b5c59f986b20af640cf5e4cd637be006.tar.bz2 volse-hubzilla-a8456782b5c59f986b20af640cf5e4cd637be006.zip |
will probably need this to make it work
Diffstat (limited to 'include/ItemObject.php')
-rw-r--r-- | include/ItemObject.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ItemObject.php b/include/ItemObject.php index 4bc280e73..2be7e3ac9 100644 --- a/include/ItemObject.php +++ b/include/ItemObject.php @@ -681,7 +681,7 @@ class Item extends BaseObject { $qc = ((local_channel()) ? get_pconfig(local_channel(),'system','qcomment') : null); $qcomment = (($qc) ? explode("\n",$qc) : null); - $arr = array('comment_buttons' => ''); + $arr = array('comment_buttons' => '','id' => $this->get_id()); call_hooks('comment_buttons',$arr); $comment_buttons = $arr['comment_buttons']; |