From d888fae782bc4aaa763873befcf3307097739fd1 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Tue, 18 Mar 2014 14:43:14 +0000 Subject: Fix bug in filedetails submission --- app/filedetails-html.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/filedetails-html.lsp b/app/filedetails-html.lsp index 0883a58..ae6d218 100644 --- a/app/filedetails-html.lsp +++ b/app/filedetails-html.lsp @@ -25,7 +25,7 @@ htmlviewfunctions.displaysectionstart(cfe({label="File Content"}), page_info, he if form.type == "form" then htmlviewfunctions.displayformstart(form, page_info) form.value.filename.type = "hidden" - htmlviewfunctions.displayformitem(form.value.filename) + htmlviewfunctions.displayformitem(form.value.filename, "filename") end %>