Skip to content

Commit

Permalink
[#1183] Fix call to datapusher_submit
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Aug 20, 2013
1 parent 2232f30 commit 46c6916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/datastore/logic/action.py
Expand Up @@ -99,7 +99,7 @@ def datastore_create(context, data_dict):
if has_url:
p.toolkit.get_action('datapusher_submit')(context, {
'resource_id': res['id'],
'set_url_to_dump': True
'set_url_type': True
})
# create empty resource
else:
Expand Down

0 comments on commit 46c6916

Please sign in to comment.