mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Fix some minor typos related with new Database class. (#2174)
This commit is contained in:
committed by
FusionPBX
parent
b8fc499360
commit
d892521404
@@ -38,7 +38,7 @@
|
||||
|
||||
--connect to the database
|
||||
local Database = require "resources.functions.database";
|
||||
dbh = database_handle('system');
|
||||
dbh = Database.new('system');
|
||||
|
||||
--include json library
|
||||
local json
|
||||
|
||||
Reference in New Issue
Block a user