summaryrefslogtreecommitdiffstats
path: root/dhcp-listsubnets-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2013-10-09 20:44:31 +0000
committerTed Trask <ttrask01@yahoo.com>2013-10-09 20:44:31 +0000
commitf7a78fe106aeb9119d920b708d822f3a6440895f (patch)
tree92e0fc2c062984bcdd8fd508b4832b1216ab155c /dhcp-listsubnets-html.lsp
parent0a24610cdd04ab5bc268c5e80d210746d24af879 (diff)
downloadacf-dhcp-f7a78fe106aeb9119d920b708d822f3a6440895f.tar.bz2
acf-dhcp-f7a78fe106aeb9119d920b708d822f3a6440895f.tar.xz
Change use of require to work with Lua 5.2
Diffstat (limited to 'dhcp-listsubnets-html.lsp')
-rw-r--r--dhcp-listsubnets-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhcp-listsubnets-html.lsp b/dhcp-listsubnets-html.lsp
index 2062951..cfefa6b 100644
--- a/dhcp-listsubnets-html.lsp
+++ b/dhcp-listsubnets-html.lsp
@@ -1,5 +1,5 @@
<% local view, viewlibrary, page_info, session = ... %>
-<% require("htmlviewfunctions") %>
+<% htmlviewfunctions = require("htmlviewfunctions") %>
<% html = require("acf.html") %>
<% htmlviewfunctions.displaycommandresults({"editsubnet", "delsubnet", "createsubnet"}, session) %>