Commit b948789f authored by Frank Bergmann's avatar Frank Bergmann

- Fixed export_vars brace vs. brackets

parent 15611cfd
Pipeline #201 failed with stages
......@@ -57,7 +57,7 @@ if ![regexp {([^//\\]+)$} $upload_file match filename] {
if {[regexp {\.\.} $filename]} {
set error "Filename contains forbidden characters"
ad_returnredirect "/error.tcl?[export_url_vars error]"
ad_returnredirect "/error.tcl?[export_vars -url {error}]"
}
if {![file readable $tmp_filename]} {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment