diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2016-04-05 20:28:08 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2016-04-05 20:28:08 -0700 |
| commit | f95ba065e0e72cacff762dcc127cdc00b2a35841 (patch) | |
| tree | 0daa8d0dc456a085d08780e9d9c0d39b6880b5df /httemplate/edit/process | |
| parent | 540effc1746d2118c7fb5c768aa0d69dc010033b (diff) | |
fix application of things when there's lots of CCH data and an error, RT#41610
Diffstat (limited to 'httemplate/edit/process')
| -rw-r--r-- | httemplate/edit/process/elements/ApplicationCommon.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/edit/process/elements/ApplicationCommon.html b/httemplate/edit/process/elements/ApplicationCommon.html index c7bdd3ea2..a73b1bccd 100644 --- a/httemplate/edit/process/elements/ApplicationCommon.html +++ b/httemplate/edit/process/elements/ApplicationCommon.html @@ -21,7 +21,8 @@ Examples: </%doc> %if ( $error ) { % $cgi->param('error', $error); -<% $cgi->redirect(popurl(2). $opt{error_redirect}. '?'. $cgi->query_string ) %> +% my $query = $m->scomp('/elements/create_uri_query'); +<% $cgi->redirect(popurl(2). $opt{error_redirect}. "?$query") %> %} else { <% header("$src_thing application$to sucessful") %> <SCRIPT TYPE="text/javascript"> |
