Skip to content

Commit

Permalink
Merge pull request #2428 from ckan/2199-fix-for-authz
Browse files Browse the repository at this point in the history
fix master from bad merge of 2199
  • Loading branch information
amercader committed May 14, 2015
2 parents b095f82 + 078cb28 commit 56100e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/logic/action/get.py
Expand Up @@ -645,7 +645,7 @@ def organization_list_for_user(context, data_dict):

group_ids = set()
roles_that_cascade = \
new_authz.check_config_permission('roles_that_cascade_to_sub_groups')
authz.check_config_permission('roles_that_cascade_to_sub_groups')
for member, group in q.all():
if member.capacity in roles_that_cascade:
group_ids |= set([
Expand Down

0 comments on commit 56100e7

Please sign in to comment.