From 81fbbbd132ec70b81719399aa07d7a6f2606ba6f Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Thu, 15 Aug 2013 14:32:56 -0700 Subject: [PATCH] fix error handling path, #24070 --- httemplate/edit/bulk-part_pkg.html | 1 + httemplate/edit/process/bulk-part_pkg.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/httemplate/edit/bulk-part_pkg.html b/httemplate/edit/bulk-part_pkg.html index 9d0792f54..4665c9f95 100644 --- a/httemplate/edit/bulk-part_pkg.html +++ b/httemplate/edit/bulk-part_pkg.html @@ -6,6 +6,7 @@ .row0 { background-color: #eeeeee; } .row1 { background-color: #ffffff; } +<& /elements/error.html &>
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') %> % } -- 2.11.0