summaryrefslogtreecommitdiffstats
path: root/squid-listfiles-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2014-04-25 10:41:43 +0000
committerTed Trask <ttrask01@yahoo.com>2014-04-25 10:41:43 +0000
commitecfc51f3d6101019dede3743a2dd6c8e2f859241 (patch)
tree617ac82d36b5b30770a4754eff029a792d21c586 /squid-listfiles-html.lsp
parent958cd75c56c84f3b7de7084586fa30c7ce5c8adf (diff)
downloadacf-squid-ecfc51f3d6101019dede3743a2dd6c8e2f859241.tar.bz2
acf-squid-ecfc51f3d6101019dede3743a2dd6c8e2f859241.tar.xz
Minor cleanup of listfiles html view
Diffstat (limited to 'squid-listfiles-html.lsp')
-rw-r--r--squid-listfiles-html.lsp3
1 files changed, 1 insertions, 2 deletions
diff --git a/squid-listfiles-html.lsp b/squid-listfiles-html.lsp
index 91a30d7..d1ff90f 100644
--- a/squid-listfiles-html.lsp
+++ b/squid-listfiles-html.lsp
@@ -57,6 +57,5 @@ end %>
<% htmlviewfunctions.displaysectionend(header_level) %>
<% if viewlibrary and viewlibrary.dispatch_component and viewlibrary.check_permission("createfile") then
- local createform = viewlibrary.dispatch_component("createfile", nil, true)
- htmlviewfunctions.displayitem(createform, page_info)
+ viewlibrary.dispatch_component("createfile")
end %>