summaryrefslogtreecommitdiffstats
path: root/squid-listfiles-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-listfiles-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-listfiles-html.lsp')
-rw-r--r--squid-listfiles-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/squid-listfiles-html.lsp b/squid-listfiles-html.lsp
index abdc127..90d2fe2 100644
--- a/squid-listfiles-html.lsp
+++ b/squid-listfiles-html.lsp
@@ -1,5 +1,5 @@
<% local view, viewlibrary, page_info, session = ...
-require("htmlviewfunctions")
+htmlviewfunctions = require("htmlviewfunctions")
html = require("acf.html")
%>