diff options
author | Ted Trask <ttrask01@yahoo.com> | 2013-10-09 20:48:56 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2013-10-09 20:48:56 +0000 |
commit | 792a7f6ecbec2629830fd2b26bfdcd70ab2e7b39 (patch) | |
tree | 74aadb5ce199cd6c542269c01b921b97a3a2fbc7 /freeswitch-listfiles-html.lsp | |
parent | a72f160930e03db34acea975a6936cfc0d408042 (diff) | |
download | acf-freeswitch-792a7f6ecbec2629830fd2b26bfdcd70ab2e7b39.tar.bz2 acf-freeswitch-792a7f6ecbec2629830fd2b26bfdcd70ab2e7b39.tar.xz |
Change use of require to work with Lua 5.2
Diffstat (limited to 'freeswitch-listfiles-html.lsp')
-rw-r--r-- | freeswitch-listfiles-html.lsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/freeswitch-listfiles-html.lsp b/freeswitch-listfiles-html.lsp index 53af88d..f4a8bcc 100644 --- a/freeswitch-listfiles-html.lsp +++ b/freeswitch-listfiles-html.lsp @@ -1,5 +1,5 @@ <% local view, viewlibrary, page_info, session = ... -require("htmlviewfunctions") +htmlviewfunctions = require("htmlviewfunctions") html = require("acf.html") %> |