summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2013-10-17 18:00:17 +0000
committerTed Trask <ttrask01@yahoo.com>2013-10-17 18:00:17 +0000
commit9b04484f19bac8666c9cea39480a8385ed2f23da (patch)
treed0ff705c9002b08ae5d3ed2837ded6c7f485bd39
parentf7a4f9e3b07d30b670858ded85ecf8801cb35b5f (diff)
downloadacf-lighttpd-9b04484f19bac8666c9cea39480a8385ed2f23da.tar.bz2
acf-lighttpd-9b04484f19bac8666c9cea39480a8385ed2f23da.tar.xz
Fix logfile to pass filename to alpine-baselayout/logfiles/view
-rw-r--r--lighttpd-logfile-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lighttpd-logfile-html.lsp b/lighttpd-logfile-html.lsp
index 7cedd8b..d718396 100644
--- a/lighttpd-logfile-html.lsp
+++ b/lighttpd-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 %>