summaryrefslogtreecommitdiffstats
path: root/lbu-status-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2013-10-09 20:20:17 +0000
committerTed Trask <ttrask01@yahoo.com>2013-10-09 20:20:17 +0000
commit65d76efca6fdc54b449ea396d70faae4d990b05a (patch)
tree6689f8ff855f6eb858b5fc34483ea396513c61e0 /lbu-status-html.lsp
parent2a8918a9e123d77c489a4f3df035f5d6d309498c (diff)
downloadacf-alpine-conf-65d76efca6fdc54b449ea396d70faae4d990b05a.tar.bz2
acf-alpine-conf-65d76efca6fdc54b449ea396d70faae4d990b05a.tar.xz
Change use of require to work with Lua 5.2
Diffstat (limited to 'lbu-status-html.lsp')
-rw-r--r--lbu-status-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lbu-status-html.lsp b/lbu-status-html.lsp
index 932ced1..c47bfe2 100644
--- a/lbu-status-html.lsp
+++ b/lbu-status-html.lsp
@@ -1,5 +1,5 @@
<% local view, viewlibrary, pageinfo, session = ...
-require("htmlviewfunctions")
+htmlviewfunctions = require("htmlviewfunctions")
%>
<H1>System Info</H1>