Fix. unpack moved to table in Lua 5.2

This commit is contained in:
Alexey Melnichuk
2016-02-20 15:22:28 +03:00
parent 6035d4033c
commit 4735d9f41c

View File

@@ -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