UVL: Add missing export for loadfile
This commit is contained in:
parent
77432eb047
commit
a4a77446e9
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ local string = require "string"
|
||||||
|
|
||||||
local require, pcall, ipairs, pairs = require, pcall, ipairs, pairs
|
local require, pcall, ipairs, pairs = require, pcall, ipairs, pairs
|
||||||
local type, error, tonumber, tostring = type, error, tonumber, tostring
|
local type, error, tonumber, tostring = type, error, tonumber, tostring
|
||||||
local unpack = unpack
|
local unpack, loadfile = unpack, loadfile
|
||||||
|
|
||||||
module "luci.uvl"
|
module "luci.uvl"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue