diff options
Diffstat (limited to 'app/controllers/track_controller.rb')
-rw-r--r-- | app/controllers/track_controller.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/controllers/track_controller.rb b/app/controllers/track_controller.rb index f3d83f776..43264be67 100644 --- a/app/controllers/track_controller.rb +++ b/app/controllers/track_controller.rb @@ -5,7 +5,7 @@ # Copyright (c) 2008 UK Citizens Online Democracy. All rights reserved. # Email: francis@mysociety.org; WWW: http://www.mysociety.org/ # -# $Id: track_controller.rb,v 1.8 2008-04-24 23:52:59 francis Exp $ +# $Id: track_controller.rb,v 1.9 2008-04-30 00:46:00 francis Exp $ class TrackController < ApplicationController @@ -59,7 +59,7 @@ class TrackController < ApplicationController def atom_feed @track_thing = TrackThing.find(params[:track_id].to_i) - perform_search(@track_thing.track_query, @track_thing.params[:feed_sortby], 25, 1) + perform_search(@track_thing.track_query, @track_thing.params[:feed_sortby], nil, 25, 1) respond_to :atom end |