mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-11 02:58:23 +00:00
Fix. Use correct database class in hangup_rx.lua (#2155)
This commit is contained in:
committed by
FusionPBX
parent
d55eab9139
commit
c0f0d81d01
@@ -32,7 +32,7 @@
|
||||
require "resources.functions.config";
|
||||
|
||||
--connect to the database
|
||||
local Database = require "resources.functions.database_handle";
|
||||
local Database = require "resources.functions.database";
|
||||
dbh = Database.new('system');
|
||||
|
||||
--include json library
|
||||
|
||||
Reference in New Issue
Block a user