summaryrefslogtreecommitdiffstats
path: root/clamav-logfile-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'clamav-logfile-html.lsp')
-rw-r--r--clamav-logfile-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clamav-logfile-html.lsp b/clamav-logfile-html.lsp
index 7cedd8b..d718396 100644
--- a/clamav-logfile-html.lsp
+++ b/clamav-logfile-html.lsp
@@ -3,6 +3,6 @@
<% if viewlibrary and viewlibrary.dispatch_component then
for i,logfile in ipairs(data.value) do
- viewlibrary.dispatch_component("alpine-baselayout/logfiles/view", {name=logfile.path, grep=logfile.grep})
+ viewlibrary.dispatch_component("alpine-baselayout/logfiles/view", {filename=logfile.path, grep=logfile.grep})
end
end %>