aboutsummaryrefslogtreecommitdiffstats
path: root/include/group.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-07-19 18:32:16 -0700
committerzotlabs <mike@macgirvin.com>2017-07-19 18:32:16 -0700
commitdf7f0eb9a4eb42aebd94cbdf8288f0fa8c9b3782 (patch)
treec9ea63a512ccc7af361c1241c12559b34c5171b5 /include/group.php
parent6103c301848105a3bca3de81e9982276b2c38d76 (diff)
downloadvolse-hubzilla-df7f0eb9a4eb42aebd94cbdf8288f0fa8c9b3782.tar.gz
volse-hubzilla-df7f0eb9a4eb42aebd94cbdf8288f0fa8c9b3782.tar.bz2
volse-hubzilla-df7f0eb9a4eb42aebd94cbdf8288f0fa8c9b3782.zip
hubzilla issue #832
Diffstat (limited to 'include/group.php')
-rw-r--r--include/group.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/group.php b/include/group.php
index 3b208ef95..e0c20b536 100644
--- a/include/group.php
+++ b/include/group.php
@@ -278,8 +278,9 @@ function group_side($every="connections",$each="group",$edit = false, $group_id
$o = '';
- if(! (local_channel() && feature_enabled(local_channel(),'groups')))
+ if(! (local_channel() && feature_enabled(local_channel(),'groups'))) {
return '';
+ }
$groups = array();