From: Steven Barth Date: Tue, 9 Sep 2008 18:47:45 +0000 (+0000) Subject: UVL: Add missing export for loadfile X-Git-Tag: 0.9.0~1358 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a4a77446e90d848293baaccf33de6499ffc8aa19;p=oweals%2Fluci.git UVL: Add missing export for loadfile --- diff --git a/libs/uvl/luasrc/uvl.lua b/libs/uvl/luasrc/uvl.lua index b8893d68b..f3334615e 100644 --- a/libs/uvl/luasrc/uvl.lua +++ b/libs/uvl/luasrc/uvl.lua @@ -27,7 +27,7 @@ local string = require "string" local require, pcall, ipairs, pairs = require, pcall, ipairs, pairs local type, error, tonumber, tostring = type, error, tonumber, tostring -local unpack = unpack +local unpack, loadfile = unpack, loadfile module "luci.uvl"