add fixme
This commit is contained in:
parent
7058d836f7
commit
2700e5110f
1 changed files with 1 additions and 1 deletions
|
@ -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 = ?"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue