Avoid a warning

git-svn-id: file:///home/svn/framework3/trunk@8425 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2010-02-09 04:12:34 +00:00
parent af978cbbdc
commit 55aaf69b4b
1 changed files with 1 additions and 1 deletions

View File

@ -663,7 +663,7 @@ class DBManager
end
framework.db.queue(Proc.new {
opts[:host] = get_host(opts[:host]) if opts[:host]
Event.create(opts.merge(:workspace_id => workspace.id))
Event.create(opts.merge(:workspace_id => workspace[:id]))
})
end