diff options
author | Mark Wells <mark@freeside.biz> | 2013-08-15 14:32:20 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2013-08-15 14:32:20 -0700 |
commit | b298ed59554d78db17a09a5ad8682c98ad7ce581 (patch) | |
tree | 121a6ed9e99dd7673d63d6183ab5f5432c315bfb /httemplate/edit/process/bulk-part_pkg.html | |
parent | b3f963a85180a0840a7ae7406bf869fd2a2a70b2 (diff) |
fix error handling path, #24070
Diffstat (limited to 'httemplate/edit/process/bulk-part_pkg.html')
-rw-r--r-- | httemplate/edit/process/bulk-part_pkg.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/process/bulk-part_pkg.html b/httemplate/edit/process/bulk-part_pkg.html index bc5137cdd..59c914a5d 100644 --- a/httemplate/edit/process/bulk-part_pkg.html +++ b/httemplate/edit/process/bulk-part_pkg.html @@ -1,6 +1,6 @@ % if ( $error ) { % $cgi->param('error', $error); -<% $cgi->redirect(popurl(3).'/edit/bulk-part_pkg.html?', $cgi->query_string) %> +<% $cgi->redirect(popurl(3).'/edit/bulk-part_pkg.html?'.$cgi->query_string) %> % } else { <% $cgi->redirect(popurl(3).'/browse/part_pkg.cgi') %> % } |