will probably need this to make it work

This commit is contained in:
redmatrix 2016-02-04 22:39:56 -08:00
parent 4250895243
commit a8456782b5

View File

@ -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'];