From: Michal Fojtik <[email protected]>
Signed-off-by: Michal fojtik <[email protected]> --- server/lib/cimi/models/schema.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/lib/cimi/models/schema.rb b/server/lib/cimi/models/schema.rb index 4e1affb..b86fb08 100644 --- a/server/lib/cimi/models/schema.rb +++ b/server/lib/cimi/models/schema.rb @@ -136,7 +136,7 @@ class CIMI::Model::Schema end def convert_to_xml(model) - xml = {} + xml = OrderedHash.new @schema.to_xml(model, xml) xml end -- 1.8.0.2
