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

This commit is contained in:
Alexey Melnichuk
2016-11-24 20:04:42 +03:00
committed by FusionPBX
parent b8fc499360
commit d892521404
4 changed files with 5 additions and 6 deletions

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