diff --git a/ckan/controllers/group.py b/ckan/controllers/group.py index a9d741a8af3..4a0d774b312 100644 --- a/ckan/controllers/group.py +++ b/ckan/controllers/group.py @@ -223,7 +223,7 @@ def read(self, id, limit=20): # Do not query group members as they aren't used in the view data_dict['include_users'] = False - + c.group_dict = self._action('group_show')(context, data_dict) c.group = context['group'] except (NotFound, NotAuthorized):