[vcloud|compute] a vapp might not have any childrens attached

This commit is contained in:
Peter Meier 2011-09-28 14:21:43 +02:00
parent 9f8c804d20
commit 3499179991
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ module Fog
else
check_href!("Vapp")
attributes[:vapp].load_unless_loaded!
load(attributes[:vapp].children)
load(attributes[:vapp].children||[])
end
end