mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-04 10:43:49 +00:00
Fix. Close database object in vm/forward_to_extension.lua (#2196)
This commit is contained in:
committed by
FusionPBX
parent
21b63b086b
commit
c28fbf9c6a
@@ -142,7 +142,7 @@
|
||||
if (storage_type == "base64") then
|
||||
local dbh = Database.new('system', 'base64')
|
||||
dbh:query(sql, params);
|
||||
env:release();
|
||||
dbh:release();
|
||||
else
|
||||
dbh:query(sql, params);
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user