summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/bulk-part_pkg.html
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2013-08-15 14:33:01 -0700
committerMark Wells <mark@freeside.biz>2013-08-15 14:33:01 -0700
commit762a1c3a6795ac174f5100157079938f40fcf4b6 (patch)
tree797dd0e4b82c9d2d9714598764e3994d56675919 /httemplate/edit/process/bulk-part_pkg.html
parent7818763e802ebbcd2221e0b181548e2254a4b3f2 (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.html2
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') %>
% }