Skip to content

Commit

Permalink
Revert "No need to pass context to action because it is implicitly ad…
Browse files Browse the repository at this point in the history
…ded"

This reverts commit 77c7846.
  • Loading branch information
domoritz committed Jul 3, 2013
1 parent 77c7846 commit fb49b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/datastore/plugin.py
Expand Up @@ -79,7 +79,7 @@ def configure(self, config):

@logic.side_effect_free
def new_resource_show(context, data_dict):
new_data_dict = resource_show(data_dict=data_dict)
new_data_dict = resource_show(context, data_dict)
try:
connection = read_engine.connect()
result = connection.execute(
Expand Down

0 comments on commit fb49b74

Please sign in to comment.