mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-25 02:50:08 +03:00
Fix for bug #391: Now attributes are not asked for text attribute
This commit is contained in:
parent
586ad87a8a
commit
af3ed5d9d8
@ -86,7 +86,7 @@ module OpenNebula
|
||||
|
||||
attribute = element.attr(name)
|
||||
|
||||
value = attribute.text if attribute != nil
|
||||
value = attribute if attribute != nil
|
||||
else
|
||||
element=@xml.elements[key.to_s.upcase]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user