From 42aaaedefa366ca45f8cdc02be43968a02e3956c Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 9 Oct 2013 20:48:17 +0000 Subject: Change use of require to work with Lua 5.2 --- vmail-listmessages-html.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vmail-listmessages-html.lsp') 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") %> -- cgit v1.2.3