diff options
author | Ted Trask <ttrask01@yahoo.com> | 2013-10-09 21:17:12 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2013-10-09 21:17:12 +0000 |
commit | 345446b1499f93da9ab64a8b2dade8cf4f00a336 (patch) | |
tree | 13d55b07cd70d9d981d5cf1761fb122a60ca1b82 /vlc-logfile-html.lsp | |
parent | dcdc8458452bc855fa2bd19036540726de211d19 (diff) | |
download | acf-vlc-daemon-345446b1499f93da9ab64a8b2dade8cf4f00a336.tar.bz2 acf-vlc-daemon-345446b1499f93da9ab64a8b2dade8cf4f00a336.tar.xz |
Change use of require to work with Lua 5.2
Diffstat (limited to 'vlc-logfile-html.lsp')
-rw-r--r-- | vlc-logfile-html.lsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vlc-logfile-html.lsp b/vlc-logfile-html.lsp index 6250093..8bbb979 100644 --- a/vlc-logfile-html.lsp +++ b/vlc-logfile-html.lsp @@ -1,5 +1,5 @@ <% local form, viewlibrary, page_info = ... %> -<% require("htmlviewfunctions") %> +<% htmlviewfunctions = require("htmlviewfunctions") %> <% html = require("acf.html") %> <H1>Logfile</H1> |