aboutsummaryrefslogtreecommitdiff
path: root/mod/groups/groupprofile.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/groups/groupprofile.php')
-rw-r--r--mod/groups/groupprofile.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/groups/groupprofile.php b/mod/groups/groupprofile.php
index b7dffa524..8945e6cc6 100644
--- a/mod/groups/groupprofile.php
+++ b/mod/groups/groupprofile.php
@@ -12,6 +12,8 @@
$group_guid = get_input('group_guid');
set_context('groups');
+ global $autofeed;
+ $autofeed = true;
$group = get_entity($group_guid);
if ($group) {