Fix some minor typos related with new Database class. (#2174)

This commit is contained in:
Alexey Melnichuk
2016-11-24 10:04:42 -07:00
committed by FusionPBX
parent 7b71ddcab1
commit b16dbcc125
4 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -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