]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/way.rb
Fix typo.
[rails.git] / app / models / way.rb
index 121dff8bd4cece70358ecf3f2a7974658b5d5aa7..1126be9f5bdc4e89f6b33477f57328ce62ed1907 100644 (file)
@@ -241,7 +241,7 @@ class Way < ActiveRecord::Base
     # update the visibility etc on the current nodes
     update_time = Time.now()
     
     # update the visibility etc on the current nodes
     update_time = Time.now()
     
-    Node.update(node_ids_to_delete, {:user_id = user.id, :timestamp => update_time, :visibility => false})
+    Node.update(node_ids_to_delete, {:user_id => user.id, :timestamp => update_time, :visibility => false})
 
     # create old nodes
 
 
     # create old nodes