summaryrefslogtreecommitdiffstats
path: root/openvpn-uploadcert-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2013-10-09 21:02:48 +0000
committerTed Trask <ttrask01@yahoo.com>2013-10-09 21:02:48 +0000
commit537d42356d5558701888e78121bfcdd100bf01db (patch)
tree2c4619f83c02fc553e25f44373ed5a4ce257da61 /openvpn-uploadcert-html.lsp
parentab31c2f71417b6d8b69f2d779c0371d12efd85c5 (diff)
downloadacf-openvpn-537d42356d5558701888e78121bfcdd100bf01db.tar.bz2
acf-openvpn-537d42356d5558701888e78121bfcdd100bf01db.tar.xz
Change use of require to work with Lua 5.2
Diffstat (limited to 'openvpn-uploadcert-html.lsp')
-rw-r--r--openvpn-uploadcert-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/openvpn-uploadcert-html.lsp b/openvpn-uploadcert-html.lsp
index 76ad8c1..4f9d5ee 100644
--- a/openvpn-uploadcert-html.lsp
+++ b/openvpn-uploadcert-html.lsp
@@ -1,5 +1,5 @@
<% local form, viewlibrary, page_info = ... %>
-<% require("htmlviewfunctions") %>
+<% htmlviewfunctions = require("htmlviewfunctions") %>
<% html = require("acf.html") %>
<H1><%= html.html_escape(form.label) %></H1>