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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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 = '';