Fix typo.

This commit is contained in:
Tom Hughes 2008-01-28 08:44:03 +00:00
parent 051e44c63a
commit b8f87e0466

View file

@ -241,7 +241,7 @@ class Way < ActiveRecord::Base
# update the visibility etc on the current nodes # update the visibility etc on the current nodes
update_time = Time.now() 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