summaryrefslogtreecommitdiffstats
path: root/dansguardian-general-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2013-10-09 20:41:55 +0000
committerTed Trask <ttrask01@yahoo.com>2013-10-09 20:41:55 +0000
commitbdabdb5ecb5744d011000ec058947ea331b9732e (patch)
tree24ec857615dd6e5b781bbacb298e17479947e0cd /dansguardian-general-html.lsp
parent4fbbad20a3cf7fe6173288bd5a07c126712f9161 (diff)
downloadacf-dansguardian-bdabdb5ecb5744d011000ec058947ea331b9732e.tar.bz2
acf-dansguardian-bdabdb5ecb5744d011000ec058947ea331b9732e.tar.xz
Change use of require to work with Lua 5.2
Diffstat (limited to 'dansguardian-general-html.lsp')
-rw-r--r--dansguardian-general-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dansguardian-general-html.lsp b/dansguardian-general-html.lsp
index e83ff4c..717f1f0 100644
--- a/dansguardian-general-html.lsp
+++ b/dansguardian-general-html.lsp
@@ -1,5 +1,5 @@
<%
-require("htmlviewfunctions")
+htmlviewfunctions = require("htmlviewfunctions")
local form, viewlibrary, page_info, session = ...
%>