mini fix
This commit is contained in:
parent
b64fc35140
commit
5ff5bf60e5
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ class Way < ActiveRecord::Base
|
|||
end
|
||||
else
|
||||
# otherwise, manually go to the db to check things
|
||||
if nd.node.visible? and nd.node.visible?
|
||||
if nd.node and nd.node.visible?
|
||||
ordered_nodes[nd.sequence_id] = nd.node_id.to_s
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue