diff options
| author | Christopher Burger <burgerc@freeside.biz> | 2018-09-09 17:34:35 -0400 |
|---|---|---|
| committer | Christopher Burger <burgerc@freeside.biz> | 2018-09-09 20:07:01 -0400 |
| commit | 1cf3ef2e9e1d08f40eb48d77f9496919f9fb9c16 (patch) | |
| tree | 1ea540807c9cfaae05c8efed98160591fcce5def /httemplate/edit/process/elements/process.html | |
| parent | 247cb7749403d7cda14e1bcc3afc430c8fec02b1 (diff) | |
RT# 75817 - fixed redirect error
Diffstat (limited to 'httemplate/edit/process/elements/process.html')
| -rw-r--r-- | httemplate/edit/process/elements/process.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/process/elements/process.html b/httemplate/edit/process/elements/process.html index 5b9ed6b52..11757237a 100644 --- a/httemplate/edit/process/elements/process.html +++ b/httemplate/edit/process/elements/process.html @@ -123,7 +123,7 @@ Example: % " attempting to set redirect$session to ". $cgi->query_string."\n"; % } % -<% $cgi->redirect("$error_redirect"."redirect=$session") %> +<% $cgi->redirect("$error_redirect?redirect=$session") %> % % } else { % |
