Update disa.callback.lua

This commit is contained in:
FusionPBX
2019-08-11 17:07:57 -06:00
committed by GitHub
parent 6b24951874
commit 9a82d3afc1

View File

@@ -88,10 +88,10 @@ else
end
dialplans = {};
x = 1;
assert(dbh:query(sql, params, function(row)
dbh:query(sql, params, function(row)
dialplans[x] = row;
x = x + 1;
end));
end);
y = 0;
previous_dialplan_uuid = '';