summaryrefslogtreecommitdiffstats
path: root/samba-listshares-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2013-10-09 21:12:35 +0000
committerTed Trask <ttrask01@yahoo.com>2013-10-09 21:12:35 +0000
commit8a157ca38f288371760542d2bcf7b5ca5b54f75b (patch)
tree7892a5a548c604841874096627c04ec79928fe21 /samba-listshares-html.lsp
parent3ab643b06202078e52e6e14db61f34b46438a277 (diff)
downloadacf-samba-8a157ca38f288371760542d2bcf7b5ca5b54f75b.tar.bz2
acf-samba-8a157ca38f288371760542d2bcf7b5ca5b54f75b.tar.xz
Change use of require to work with Lua 5.2
Diffstat (limited to 'samba-listshares-html.lsp')
-rw-r--r--samba-listshares-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/samba-listshares-html.lsp b/samba-listshares-html.lsp
index 80707a8..46a1678 100644
--- a/samba-listshares-html.lsp
+++ b/samba-listshares-html.lsp
@@ -1,5 +1,5 @@
<% local view, viewlibrary, page_info, session = ...
-require("htmlviewfunctions")
+htmlviewfunctions = require("htmlviewfunctions")
html = require("acf.html")
%>