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-listusers-html.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vmail-listusers-html.lsp') diff --git a/vmail-listusers-html.lsp b/vmail-listusers-html.lsp index 63d517d..64ec3bc 100644 --- a/vmail-listusers-html.lsp +++ b/vmail-listusers-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