fix another missed data->info
git-svn-id: file:///home/svn/framework3/trunk@9275 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
0ebcb01c5e
commit
2e9d342bf3
|
@ -2069,7 +2069,7 @@ protected
|
|||
:workspace => wspace,
|
||||
:host => addr,
|
||||
:name => nss,
|
||||
:data => description ? description.text : "",
|
||||
:info => description ? description.text : "",
|
||||
:refs => refs
|
||||
}
|
||||
|
||||
|
@ -2161,7 +2161,7 @@ protected
|
|||
:host => host,
|
||||
:service => serv,
|
||||
:name => 'NEXPOSE-' + vid.downcase,
|
||||
:data => title)
|
||||
:info => title)
|
||||
|
||||
rids = []
|
||||
refs.keys.each do |r|
|
||||
|
|
Loading…
Reference in New Issue