summaryrefslogtreecommitdiffstats
path: root/squid-digest-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2013-10-09 21:14:46 +0000
committerTed Trask <ttrask01@yahoo.com>2013-10-09 21:14:46 +0000
commitf19f846519d2dde071e39435f3cb37028f99ddf8 (patch)
treeb64306654e9b48271b54ca22765e30d6461b563e /squid-digest-html.lsp
parent0004b17771e9be90a78b765ee173a7c89ad8f60a (diff)
downloadacf-squid-f19f846519d2dde071e39435f3cb37028f99ddf8.tar.bz2
acf-squid-f19f846519d2dde071e39435f3cb37028f99ddf8.tar.xz
Change use of require to work with Lua 5.2
Diffstat (limited to 'squid-digest-html.lsp')
-rw-r--r--squid-digest-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/squid-digest-html.lsp b/squid-digest-html.lsp
index ce26903..e8228f6 100644
--- a/squid-digest-html.lsp
+++ b/squid-digest-html.lsp
@@ -1,5 +1,5 @@
<% local form, viewlibrary, page_info, session = ... %>
-<% require("htmlviewfunctions") %>
+<% htmlviewfunctions = require("htmlviewfunctions") %>
<% html = require("acf.html") %>
<% htmlviewfunctions.displaycommandresults({"enabledigestlist"}, session) %>