summaryrefslogtreecommitdiffstats
path: root/postfix-listfiles-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2013-10-09 21:03:54 +0000
committerTed Trask <ttrask01@yahoo.com>2013-10-09 21:03:54 +0000
commit115b99fc436af8e5fe342c97c08755ee175105d4 (patch)
treeb85714518d84f9e75c2f4a701cb81cf295770130 /postfix-listfiles-html.lsp
parent2c4e8ae5ddaf1a65f7a2e6520b35528aa0b13ae9 (diff)
downloadacf-postfix-115b99fc436af8e5fe342c97c08755ee175105d4.tar.bz2
acf-postfix-115b99fc436af8e5fe342c97c08755ee175105d4.tar.xz
Change use of require to work with Lua 5.2
Diffstat (limited to 'postfix-listfiles-html.lsp')
-rw-r--r--postfix-listfiles-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/postfix-listfiles-html.lsp b/postfix-listfiles-html.lsp
index f1d8671..8127202 100644
--- a/postfix-listfiles-html.lsp
+++ b/postfix-listfiles-html.lsp
@@ -1,5 +1,5 @@
<% local data, viewlibrary, page_info, session = ...
-require("htmlviewfunctions")
+htmlviewfunctions = require("htmlviewfunctions")
html = require("acf.html")
%>