From e521da05da8c1d02d72edb76e66de2ff6308c466 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Mon, 18 May 2015 21:32:55 -0700 Subject: consensus items not working correctly and make the collections widget abide by the corresponding feature setting. This needs to be backported as it is borken in redmatrix. Also provide the ability to change the number of most recent expanded comments to conversations on a site-wide basis, increase it to 3 by default. We may also want this as a personal setting. --- include/group.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/group.php') diff --git a/include/group.php b/include/group.php index 2e064473c..a5e25fb76 100644 --- a/include/group.php +++ b/include/group.php @@ -244,7 +244,7 @@ function group_side($every="connections",$each="group",$edit = false, $group_id $o = ''; - if(! local_channel()) + if(! (local_channel() && feature_enabled(local_channel(),'groups'))) return ''; $groups = array(); -- cgit v1.2.3