mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Fix. unpack moved to table in Lua 5.2
This commit is contained in:
@@ -15,6 +15,8 @@ local log = require "resources.functions.log".database
|
||||
|
||||
local BACKEND = xml_handler and xml_handler.db_backend or 'native'
|
||||
|
||||
local unpack = unpack or table.unpack
|
||||
|
||||
-----------------------------------------------------------
|
||||
local installed_classes = {}
|
||||
local default_backend = FsDatabase
|
||||
|
||||
Reference in New Issue
Block a user