Skip to content

Commit

Permalink
[#2939] Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Oct 2, 2012
1 parent bc8441c commit c5969b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/logic/action/create.py
Expand Up @@ -545,7 +545,7 @@ def _group_or_org_create(context, data_dict, is_org=False):
'object_type': 'user',
'capacity': 'admin',
}
logic.action_get('member_create')(context, member_dict)
logic.get_action('member_create')(context, member_dict)

if not context.get('defer_commit'):
model.repo.commit()
Expand Down

0 comments on commit c5969b8

Please sign in to comment.