mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
util.datamanager: Import tostring and type (fix global access)
This commit is contained in:
parent
8d720b7bfb
commit
baba98852d
1 changed files with 2 additions and 0 deletions
|
@ -17,7 +17,9 @@ local io_open = io.open;
|
|||
local os_remove = os.remove;
|
||||
local os_rename = os.rename;
|
||||
local tonumber = tonumber;
|
||||
local tostring = tostring;
|
||||
local next = next;
|
||||
local type = type;
|
||||
local t_insert = table.insert;
|
||||
local t_concat = table.concat;
|
||||
local envloadfile = require"util.envload".envloadfile;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue