summaryrefslogtreecommitdiffstats
path: root/weblog-viewactivitylog-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'weblog-viewactivitylog-html.lsp')
-rw-r--r--weblog-viewactivitylog-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/weblog-viewactivitylog-html.lsp b/weblog-viewactivitylog-html.lsp
index 20c9549..9a5ff8a 100644
--- a/weblog-viewactivitylog-html.lsp
+++ b/weblog-viewactivitylog-html.lsp
@@ -1,5 +1,5 @@
<% local data, viewlibrary, page_info, session = ... %>
-<% require("htmlviewfunctions") %>
+<% htmlviewfunctions = require("htmlviewfunctions") %>
<% html = require("acf.html") %>
<% local subdata, pagedata = htmlviewfunctions.paginate(data.value, page_info.clientdata, 100) %>