Skip to content

Commit

Permalink
[#2939] Name function correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Oct 2, 2012
1 parent 5333423 commit c0d5b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/logic/auth/create.py
Expand Up @@ -176,7 +176,7 @@ def group_create(context, data_dict=None):
'msg': _('User %s not authorized to create groups') % user}


def group_create(context, data_dict=None):
def organization_create(context, data_dict=None):
user = context['user']
user = new_authz.get_user_id_for_username(user, allow_none=True)

Expand Down

0 comments on commit c0d5b46

Please sign in to comment.