summaryrefslogtreecommitdiffstats
path: root/lighttpd-listfiles-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2013-10-09 20:57:45 +0000
committerTed Trask <ttrask01@yahoo.com>2013-10-09 20:57:45 +0000
commitf7a4f9e3b07d30b670858ded85ecf8801cb35b5f (patch)
tree3c4abd236fe549f01e06413299668f5aa89648fc /lighttpd-listfiles-html.lsp
parent0dcfbe8f1f740edd733d7945ba667d26d73b0f7d (diff)
downloadacf-lighttpd-f7a4f9e3b07d30b670858ded85ecf8801cb35b5f.tar.bz2
acf-lighttpd-f7a4f9e3b07d30b670858ded85ecf8801cb35b5f.tar.xz
Change use of require to work with Lua 5.2
Diffstat (limited to 'lighttpd-listfiles-html.lsp')
-rw-r--r--lighttpd-listfiles-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lighttpd-listfiles-html.lsp b/lighttpd-listfiles-html.lsp
index 0d2e49f..e2da86b 100644
--- a/lighttpd-listfiles-html.lsp
+++ b/lighttpd-listfiles-html.lsp
@@ -1,5 +1,5 @@
<% local data, viewlibrary, page_info, session = ...
-require("htmlviewfunctions")
+htmlviewfunctions = require("htmlviewfunctions")
html = require("acf.html")
%>