Skip to content

Commit

Permalink
Fix function call error
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandar Jovanov committed Jun 6, 2017
1 parent d7de549 commit a87262a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/requestdata/controllers/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ def handle_open_request_action(self, username, request_action):
data_dict['flag'] = 'declined'

action_name = 'requestdata_increment_request_data_counters'
_get_action(action_name)(data_dict)
_get_action(action_name, data_dict)

try:
_get_action('requestdata_request_patch', data)
Expand Down

0 comments on commit a87262a

Please sign in to comment.