summaryrefslogtreecommitdiffstats
path: root/tinydns-config-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2013-10-09 21:16:45 +0000
committerTed Trask <ttrask01@yahoo.com>2013-10-09 21:16:45 +0000
commit2c7c737a1142200129264ab677489047971f045e (patch)
tree950729a0657a7684f432cce5baf091ddaec5b01f /tinydns-config-html.lsp
parent6731108f380a783cfe4a12dfa93de229b97fe29b (diff)
downloadacf-tinydns-2c7c737a1142200129264ab677489047971f045e.tar.bz2
acf-tinydns-2c7c737a1142200129264ab677489047971f045e.tar.xz
Change use of require to work with Lua 5.2
Diffstat (limited to 'tinydns-config-html.lsp')
-rwxr-xr-xtinydns-config-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tinydns-config-html.lsp b/tinydns-config-html.lsp
index 906b2d9..9264d05 100755
--- a/tinydns-config-html.lsp
+++ b/tinydns-config-html.lsp
@@ -1,5 +1,5 @@
<% local form, viewlibrary, page_info, session = ...
-require("htmlviewfunctions")
+htmlviewfunctions = require("htmlviewfunctions")
html = require("acf.html")
%>