]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/amf_controller.rb
Work out which session store class to use automatically.
[rails.git] / app / controllers / amf_controller.rb
index b4cbaeaf02c038f9ac4b162be8f5465d7625c343..1ee5e9cee2b14beacc1552c409694583dd1075c4 100644 (file)
@@ -157,7 +157,7 @@ class AmfController < ApplicationController
     cs.tags = cstags
     cs.user_id = user.id
     # smsm1 doesn't like the next two lines and thinks they need to be abstracted to the model more/better
-    cs.created_at = Time.now
+    cs.created_at = Time.now.getutc
     cs.closed_at = cs.created_at + Changeset::IDLE_TIMEOUT
     cs.save_with_tags!
     return [0,cs.id]
@@ -490,8 +490,8 @@ class AmfController < ApplicationController
       new_relation.changeset_id = changeset_id
       new_relation.version = version
 
-
-      if id <= 0
+      # NOTE: id or relid here? id doesn't seem to be set above
+      if relid <= 0
         # We're creating the node
         new_relation.create_with_history(user)
       elsif visible