summaryrefslogtreecommitdiffstats
path: root/dnscache-listdomains-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2013-10-09 20:45:07 +0000
committerTed Trask <ttrask01@yahoo.com>2013-10-09 20:45:07 +0000
commit3376bd99df1baa9105d37a45ed9f1412be4243cb (patch)
treefa002e745e634524755e2f51bb423a1646e723d4 /dnscache-listdomains-html.lsp
parent13e12be02111270a92db0737874e593019ea9377 (diff)
downloadacf-dnscache-3376bd99df1baa9105d37a45ed9f1412be4243cb.tar.bz2
acf-dnscache-3376bd99df1baa9105d37a45ed9f1412be4243cb.tar.xz
Change use of require to work with Lua 5.2
Diffstat (limited to 'dnscache-listdomains-html.lsp')
-rw-r--r--dnscache-listdomains-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dnscache-listdomains-html.lsp b/dnscache-listdomains-html.lsp
index ea4c350..a28519e 100644
--- a/dnscache-listdomains-html.lsp
+++ b/dnscache-listdomains-html.lsp
@@ -1,5 +1,5 @@
<% local data, viewlibrary, page_info, session = ...
-require("htmlviewfunctions")
+htmlviewfunctions = require("htmlviewfunctions")
html = require("acf.html")
%>