diff options
author | Ted Trask <ttrask01@yahoo.com> | 2013-10-09 21:10:06 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2013-10-09 21:10:06 +0000 |
commit | ee0a9b946697ccc610b52b6dc182030fba225991 (patch) | |
tree | 0de8fd66e05012bfe8b1b258a336c609f3c92ef2 /provisioning-listclasses-html.lsp | |
parent | a8345974307b38d58dbfa352c7be93776e70ffa8 (diff) | |
download | acf-provisioning-ee0a9b946697ccc610b52b6dc182030fba225991.tar.bz2 acf-provisioning-ee0a9b946697ccc610b52b6dc182030fba225991.tar.xz |
Change use of require to work with Lua 5.2
Diffstat (limited to 'provisioning-listclasses-html.lsp')
-rw-r--r-- | provisioning-listclasses-html.lsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/provisioning-listclasses-html.lsp b/provisioning-listclasses-html.lsp index f3f4db5..e1b9538 100644 --- a/provisioning-listclasses-html.lsp +++ b/provisioning-listclasses-html.lsp @@ -1,5 +1,5 @@ <% local view, viewlibrary, page_info, session = ... -require("htmlviewfunctions") +htmlviewfunctions = require("htmlviewfunctions") html = require("acf.html") %> |