]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/site_controller.rb
Allow the client to request errors as an XML document
[rails.git] / app / controllers / site_controller.rb
index 301d4a96641bb6d8557536c8ebf3de00baa600c1..73f38f78c6b0ccf4eee941270940a701e3936eaa 100644 (file)
@@ -34,7 +34,7 @@ class SiteController < ApplicationController
   def edit
     editor = params[:editor] || @user.preferred_editor || DEFAULT_EDITOR
 
-    if editor == "josm"
+    if editor == "remote"
       render :action => :index
     else
       # Decide on a lat lon to initialise potlatch with. Various ways of doing this