From: friendica Date: Fri, 30 Mar 2012 09:22:57 +0000 (-0700) Subject: bug #352 - qcomment plugin disabled, qcomments still allowed X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=87539dbec4b73039f7f5e4fa58c3398d9e496834;p=friendica.git bug #352 - qcomment plugin disabled, qcomments still allowed --- diff --git a/include/conversation.php b/include/conversation.php index 1c3ee43b0a..402713b32d 100755 --- a/include/conversation.php +++ b/include/conversation.php @@ -532,9 +532,12 @@ function conversation(&$a, $items, $mode, $update, $preview = false) { if ($shareable) $likebuttons['share'] = array( t('Share this'), t('share')); } + $qc = $qcomment = null; - $qc = ((local_user()) ? get_pconfig(local_user(),'qcomment','words') : null); - $qcomment = (($qc) ? explode("\n",$qc) : null); + if(in_array('qcomment',$a->plugins)) { + $qc = ((local_user()) ? get_pconfig(local_user(),'qcomment','words') : null); + $qcomment = (($qc) ? explode("\n",$qc) : null); + } if(($show_comment_box) || (($show_comment_box == false) && ($override_comment_box == false) && ($item['last-child']))) { $comment = replace_macros($cmnt_tpl,array(