Skip to content

Commit

Permalink
[#2939] Fix for delete org action
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Oct 5, 2012
1 parent e6fbfab commit 5b14d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/logic/action/delete.py
Expand Up @@ -187,7 +187,7 @@ def member_delete(context, data_dict=None):
member.delete()
model.repo.commit()

def _group_or_org_delete(context, data_dict, is_org):
def _group_or_org_delete(context, data_dict, is_org=False):
'''Delete a group.
You must be authorized to delete the group.
Expand Down

0 comments on commit 5b14d0d

Please sign in to comment.