From 1d8f30e830ea4417e34c895d277f2d05b7a6f26d Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 9 Oct 2013 20:46:57 +0000 Subject: Change use of require to work with Lua 5.2 --- fetchmail-config-html.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fetchmail-config-html.lsp') diff --git a/fetchmail-config-html.lsp b/fetchmail-config-html.lsp index e3df87e..fc725c7 100644 --- a/fetchmail-config-html.lsp +++ b/fetchmail-config-html.lsp @@ -1,5 +1,5 @@ <% local view, viewlibrary, page_info, session = ... %> -<% require("htmlviewfunctions") %> +<% htmlviewfunctions = require("htmlviewfunctions") %> <% html = require("acf.html") %> <% htmlviewfunctions.displaycommandresults({"editconfig", "editentry", "deleteentry", "createentry"}, session) %> -- cgit v1.2.3