Skip to content

Commit

Permalink
[#1159] Remove the 'id' from extra_vars
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelbabu authored and amercader committed Aug 6, 2013
1 parent 11a17af commit 68a2400
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ckan/logic/action/get.py
Expand Up @@ -2252,7 +2252,6 @@ def recently_changed_packages_activity_list_html(context, data_dict):
extra_vars = {
'controller': 'package',
'action': 'activity',
'id': data_dict['id'],
'offset': offset,
}
return activity_streams.activity_list_to_html(context, activity_stream,
Expand Down

0 comments on commit 68a2400

Please sign in to comment.