Commit 048c5a3e authored by Frank Bergmann's avatar Frank Bergmann

- Fixed export_vars brace vs. brackets

parent 7a12d19f
......@@ -184,7 +184,7 @@ ad_form -extend -name entry -form {
} \
-after_submit {
if {"$draft_p" == "t"} {
ad_returnredirect one-entry?[export_url_vars entry_id]
ad_returnredirect one-entry?[export_vars -url {entry_id}]
} else {
ad_returnredirect $return_url
}
......
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