mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-30 12:39:19 +00:00
Fix. Use correct database class in hangup_rx.lua (#2155)
This commit is contained in:
committed by
FusionPBX
parent
c43f71c177
commit
559a16b461
@@ -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