Skip to content

Commit

Permalink
[noticket] Fix displaying About page for organizations.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Read committed Sep 24, 2013
1 parent b7136b8 commit 1be9681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/controllers/group.py
Expand Up @@ -824,7 +824,7 @@ def _get_group_dict(self, id):
'user': c.user or c.author,
'for_view': True}
try:
return get_action('group_show')(context, {'id': id})
return self._action('group_show')(context, {'id': id})
except NotFound:
abort(404, _('Group not found'))
except NotAuthorized:
Expand Down

0 comments on commit 1be9681

Please sign in to comment.