some boolean correctness work
This commit is contained in:
parent
2700e5110f
commit
c253ce3399
2 changed files with 4 additions and 4 deletions
|
@ -156,7 +156,7 @@ class Node < ActiveRecord::Base
|
|||
raise OSM::APIPreconditionFailedError.new
|
||||
else
|
||||
self.changeset_id = new_node.changeset_id
|
||||
self.visible = 0
|
||||
self.visible = false
|
||||
|
||||
# update the changeset with the deleted position
|
||||
changeset.update_bbox!(bbox)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue