Append to the array, dont reset it to an int
git-svn-id: file:///home/svn/framework3/trunk@9204 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
bbc9c14b1e
commit
94d67d57f6
|
@ -579,7 +579,7 @@ class DBManager
|
|||
if opts[:host]
|
||||
host = get_host(:workspace => wspace, :address => opts[:host])
|
||||
condition = "host_id = ?"
|
||||
condition_values = host[:id]
|
||||
condition_values << host[:id]
|
||||
end
|
||||
if opts[:proto]
|
||||
if condition.length > 0
|
||||
|
|
Loading…
Reference in New Issue