diff options
author | Ted Trask <ttrask01@yahoo.com> | 2013-10-09 20:20:17 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2013-10-09 20:20:17 +0000 |
commit | 65d76efca6fdc54b449ea396d70faae4d990b05a (patch) | |
tree | 6689f8ff855f6eb858b5fc34483ea396513c61e0 /lbu-config-html.lsp | |
parent | 2a8918a9e123d77c489a4f3df035f5d6d309498c (diff) | |
download | acf-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-config-html.lsp')
-rw-r--r-- | lbu-config-html.lsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lbu-config-html.lsp b/lbu-config-html.lsp index 6a720d1..edb8f2f 100644 --- a/lbu-config-html.lsp +++ b/lbu-config-html.lsp @@ -1,5 +1,5 @@ <% local form, viewlibrary, page_info, session = ... -require("htmlviewfunctions") +htmlviewfunctions = require("htmlviewfunctions") %> <% htmlviewfunctions.displaycommandresults({"editincluded", "editexcluded", "selectbackup"}, session, true) %> |