Fix some minor typos related with new Database class. (#2174)
This commit is contained in:
committed by
FusionPBX
parent
7b71ddcab1
commit
b16dbcc125
@@ -165,8 +165,7 @@
|
||||
end_epoch = os.time();
|
||||
|
||||
--connect to the database
|
||||
require "resources.functions.database_handle";
|
||||
dbh = database_handle('system');
|
||||
dbh = Database.new('system');
|
||||
|
||||
--get the conference sessions
|
||||
if (conference_session_uuid) then
|
||||
|
||||
Reference in New Issue
Block a user