Fix. `unpack` moved to `table` in Lua 5.2
This commit is contained in:
parent
a33230db15
commit
e784cb3d6f
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue