Avoid a warning
git-svn-id: file:///home/svn/framework3/trunk@8425 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
af978cbbdc
commit
55aaf69b4b
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue