summaryrefslogtreecommitdiffstats
path: root/app/filedetails-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'app/filedetails-html.lsp')
-rw-r--r--app/filedetails-html.lsp3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/filedetails-html.lsp b/app/filedetails-html.lsp
index 3116722..fd0d8dd 100644
--- a/app/filedetails-html.lsp
+++ b/app/filedetails-html.lsp
@@ -25,8 +25,7 @@ end
<%
htmlviewfunctions.displayheader(cfe({label="File Content"}), page_info, header_level)
if form.type == "form" then
- form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action
- htmlviewfunctions.displayformstart(form)
+ htmlviewfunctions.displayformstart(form, page_info)
form.value.filename.type = "hidden"
htmlviewfunctions.displayformitem(form.value.filename)
end