summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2014-03-18 14:43:14 +0000
committerTed Trask <ttrask01@yahoo.com>2014-03-18 14:43:14 +0000
commitd888fae782bc4aaa763873befcf3307097739fd1 (patch)
tree7d68865c315132dfabcf96d85f287bcb42bdb81d
parent0c5f445ce36bb8951ddb3ed3dffac0ae23b984d8 (diff)
downloadacf-core-d888fae782bc4aaa763873befcf3307097739fd1.tar.bz2
acf-core-d888fae782bc4aaa763873befcf3307097739fd1.tar.xz
Fix bug in filedetails submission
-rw-r--r--app/filedetails-html.lsp2
1 files changed, 1 insertions, 1 deletions
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
%>
<textarea name="filecontent">