mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-21 18:36:31 +00:00
Fix. Use preloaded dialplan more then once. (#2986)
This commit is contained in:
committed by
FusionPBX
parent
baac03c085
commit
f82f73bc44
@@ -630,8 +630,8 @@ local function apply_vars(actions, fields)
|
||||
end
|
||||
|
||||
local function wrap_dbh(t)
|
||||
local i = 0
|
||||
return {query = function(self, sql, params, callback)
|
||||
local i = 0
|
||||
while true do
|
||||
i = i + 1
|
||||
local row = t[i]
|
||||
|
||||
Reference in New Issue
Block a user