summaryrefslogtreecommitdiffstats
path: root/squid-listfiles-html.lsp
diff options
context:
space:
mode:
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 %>