mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[vcloud|compute] a vapp might not have any childrens attached
This commit is contained in:
parent
9f8c804d20
commit
3499179991
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ module Fog
|
||||||
else
|
else
|
||||||
check_href!("Vapp")
|
check_href!("Vapp")
|
||||||
attributes[:vapp].load_unless_loaded!
|
attributes[:vapp].load_unless_loaded!
|
||||||
load(attributes[:vapp].children)
|
load(attributes[:vapp].children||[])
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue