Skip to content

Commit

Permalink
[#638] Use correct function
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Mar 15, 2013
1 parent ff05a0a commit b293002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/controllers/package.py
Expand Up @@ -39,7 +39,7 @@
parse_params = logic.parse_params
flatten_to_string_key = logic.flatten_to_string_key

lookup_group_plugin = ckan.lib.plugins.lookup_group_plugin
lookup_package_plugin = ckan.lib.plugins.lookup_package_plugin

def _encode_params(params):
return [(k, v.encode('utf-8') if isinstance(v, basestring) else str(v))
Expand Down

0 comments on commit b293002

Please sign in to comment.