Skip to content

Commit bf50ac8

Browse files
committed
Fix one more missed attribute
1 parent 10fda17 commit bf50ac8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ckanext/dcat/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ def read_dataset_page(_id, _format):
400400
if not _format:
401401
return read_endpoint(_get_package_type(_id), _id)
402402

403-
_profiles = toolkit.request.params.get('profiles')
403+
_profiles = toolkit.request.args.get('profiles')
404404
if _profiles:
405405
_profiles = _profiles.split(',')
406406

0 commit comments

Comments
 (0)