From 2700e5110f1ae0815b1a320fdba45a05ac794338 Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Fri, 7 Nov 2008 13:27:03 +0000 Subject: [PATCH] add fixme --- app/controllers/trace_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = ?" -- 2.43.2