From f7a78fe106aeb9119d920b708d822f3a6440895f Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 9 Oct 2013 20:44:31 +0000 Subject: Change use of require to work with Lua 5.2 --- dhcp-model.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dhcp-model.lua') diff --git a/dhcp-model.lua b/dhcp-model.lua index f266c8d..81c758f 100644 --- a/dhcp-model.lua +++ b/dhcp-model.lua @@ -3,7 +3,7 @@ module (..., package.seeall) --- get additional libraries -require("modelfunctions") +modelfunctions = require("modelfunctions") validator = require("acf.validator") fs = require("acf.fs") -- cgit v1.2.3