Skip to content

Commit

Permalink
fix function params
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Feb 28, 2012
1 parent c135eed commit 22ee505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/controllers/api.py
Expand Up @@ -207,7 +207,7 @@ def action(self, logic_function):
return self._finish(409, return_dict, content_type='json')
return self._finish_ok(return_dict)

def _get_action_from_map(action_map, register, subregister):
def _get_action_from_map(self, action_map, register, subregister):
# Helper function to get the action function specified in the action map

assert (register != 'package') # these should all have been redirected!
Expand Down

0 comments on commit 22ee505

Please sign in to comment.