]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/trace_controller.rb
Patching better 412 error messages from mis-commit on old api06 branch.
[rails.git] / app / controllers / trace_controller.rb
index 47a31d314e5b42fcce1ebe41a5774f49c2373808..e6c732d2d3b760c29fbb48e4e685a32db37a56f0 100644 (file)
@@ -60,6 +60,8 @@ class TraceController < ApplicationController
 
       if files.length > 0
         conditions[0] += " AND gpx_files.id IN (#{files.join(',')})"
+      else
+        conditions[0] += " AND 0 = 1"
       end
     end