From: Andy Allan Date: Fri, 7 Nov 2008 13:27:03 +0000 (+0000) Subject: add fixme X-Git-Tag: live~7616^2~212 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/2700e5110f1ae0815b1a320fdba45a05ac794338 add fixme --- diff --git a/app/controllers/trace_controller.rb b/app/controllers/trace_controller.rb index 6895a1bcf..f0d8033f2 100644 --- a/app/controllers/trace_controller.rb +++ b/app/controllers/trace_controller.rb @@ -196,7 +196,7 @@ class TraceController < ApplicationController end def georss - conditions = ["gpx_files.public = 1"] + conditions = ["gpx_files.public = 1"] # fixme pass boolean true as parameter if params[:display_name] conditions[0] += " AND users.display_name = ?"