Skip to content

Commit

Permalink
use get_action to find function
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Feb 23, 2012
1 parent 881aa16 commit 303dd6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/logic/action/get.py
Expand Up @@ -521,7 +521,7 @@ def package_show_rest(context, data_dict):

logic.check_access('package_show_rest',context, data_dict)

package_show(context, data_dict)
logic.get_action('package_show')(context, data_dict)

api = context.get('api_version') or '1'
pkg = context['package']
Expand Down

0 comments on commit 303dd6d

Please sign in to comment.