]> git.openstreetmap.org Git - rails.git/commitdiff
Fix typo.
authorTom Hughes <tom@compton.nu>
Mon, 28 Jan 2008 08:44:03 +0000 (08:44 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 28 Jan 2008 08:44:03 +0000 (08:44 +0000)
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