]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/api/traces_controller.rb
Move status into the settings object
[rails.git] / app / controllers / api / traces_controller.rb
index 8401e78ae039cfe9774535b946c4d16432e0ad86..d7f2f043a3182b28cd15710e05ab69f66e339cbf 100644 (file)
@@ -163,7 +163,7 @@ module Api
     end
 
     def offline_redirect
-      redirect_to :action => :offline if STATUS == :gpx_offline
+      redirect_to :action => :offline if Settings.status == "gpx_offline"
     end
   end
 end