From 5dead1840ddd8e2053d4f13adf41fbbc74b9bbda Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 9 Oct 2013 20:29:27 +0000 Subject: Change use of require to work with Lua 5.2 --- awall-listpolicies-html.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'awall-listpolicies-html.lsp') diff --git a/awall-listpolicies-html.lsp b/awall-listpolicies-html.lsp index 6955e4f..c816bfa 100644 --- a/awall-listpolicies-html.lsp +++ b/awall-listpolicies-html.lsp @@ -1,5 +1,5 @@ <% local form, viewlibrary, page_info, session = ... -require("htmlviewfunctions") +htmlviewfunctions = require("htmlviewfunctions") html = require("acf.html") %> -- cgit v1.2.3