fix another missed data->info

git-svn-id: file:///home/svn/framework3/trunk@9275 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
James Lee 2010-05-10 23:42:06 +00:00
parent 0ebcb01c5e
commit 2e9d342bf3
1 changed files with 2 additions and 2 deletions

View File

@ -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|