From c07bcb228f39b86e4b886f044c41cd05aa249b9f Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 9 Oct 2013 21:15:33 +0000 Subject: Change use of require to work with Lua 5.2 --- tcpproxy-listsmtpfiles-html.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tcpproxy-listsmtpfiles-html.lsp') diff --git a/tcpproxy-listsmtpfiles-html.lsp b/tcpproxy-listsmtpfiles-html.lsp index 0e58703..8918a7e 100644 --- a/tcpproxy-listsmtpfiles-html.lsp +++ b/tcpproxy-listsmtpfiles-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