summaryrefslogtreecommitdiffstats
path: root/vmail-listmessages-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2013-10-09 20:48:17 +0000
committerTed Trask <ttrask01@yahoo.com>2013-10-09 20:48:17 +0000
commit42aaaedefa366ca45f8cdc02be43968a02e3956c (patch)
treea393eadf4b1871e18fba6ecd63d76295db7e9c4f /vmail-listmessages-html.lsp
parent99fe028c64ac14ca89e355ba2473bc36b52c91e3 (diff)
downloadacf-freeswitch-vmail-42aaaedefa366ca45f8cdc02be43968a02e3956c.tar.bz2
acf-freeswitch-vmail-42aaaedefa366ca45f8cdc02be43968a02e3956c.tar.xz
Change use of require to work with Lua 5.2
Diffstat (limited to 'vmail-listmessages-html.lsp')
-rw-r--r--vmail-listmessages-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/vmail-listmessages-html.lsp b/vmail-listmessages-html.lsp
index 53d9187..9c506ca 100644
--- a/vmail-listmessages-html.lsp
+++ b/vmail-listmessages-html.lsp
@@ -1,5 +1,5 @@
<% local view, viewlibrary, page_info, session = ...
-require("htmlviewfunctions")
+htmlviewfunctions = require("htmlviewfunctions")
html = require("acf.html")
%>