summaryrefslogtreecommitdiffstats
path: root/weblog-viewweblog-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2013-10-09 21:18:58 +0000
committerTed Trask <ttrask01@yahoo.com>2013-10-09 21:18:58 +0000
commit6e7e6c4bd7f1892bf1b03c19ef8e665ac07540b0 (patch)
tree8faf4da756d7874868a28817f3b04d63c34058bd /weblog-viewweblog-html.lsp
parent8721aec349e783755ed8bee0b5a14e6551a0a74a (diff)
downloadacf-weblog-6e7e6c4bd7f1892bf1b03c19ef8e665ac07540b0.tar.bz2
acf-weblog-6e7e6c4bd7f1892bf1b03c19ef8e665ac07540b0.tar.xz
Change use of require to work with Lua 5.2
Diffstat (limited to 'weblog-viewweblog-html.lsp')
-rw-r--r--weblog-viewweblog-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/weblog-viewweblog-html.lsp b/weblog-viewweblog-html.lsp
index 28b0b01..e7f1a6a 100644
--- a/weblog-viewweblog-html.lsp
+++ b/weblog-viewweblog-html.lsp
@@ -1,5 +1,5 @@
<% local data, viewlibrary, page_info, session = ... %>
-<% require("htmlviewfunctions") %>
+<% htmlviewfunctions = require("htmlviewfunctions") %>
<% html = require("acf.html") %>
<% format = require("acf.format") %>