summaryrefslogtreecommitdiffstats
path: root/chrony-config-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2013-10-09 20:38:02 +0000
committerTed Trask <ttrask01@yahoo.com>2013-10-09 20:38:02 +0000
commit7747b548e2824fda33114cc975ad40d50fb7df92 (patch)
tree510e3569d59eaaa968b16975c53553af4851395b /chrony-config-html.lsp
parentfc8c5b1ba54bee166b1813ef4a47c5e1efd06c7c (diff)
downloadacf-chrony-7747b548e2824fda33114cc975ad40d50fb7df92.tar.bz2
acf-chrony-7747b548e2824fda33114cc975ad40d50fb7df92.tar.xz
Change use of require to work with Lua 5.2
Diffstat (limited to 'chrony-config-html.lsp')
-rw-r--r--chrony-config-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrony-config-html.lsp b/chrony-config-html.lsp
index 58e1891..68f2d4a 100644
--- a/chrony-config-html.lsp
+++ b/chrony-config-html.lsp
@@ -1,5 +1,5 @@
<% local form, viewlibrary, page_info, session = ...
-require("htmlviewfunctions")
+htmlviewfunctions = require("htmlviewfunctions")
%>
<% if viewlibrary and viewlibrary.dispatch_component then