Fix typo.
This commit is contained in:
parent
051e44c63a
commit
b8f87e0466
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue