From 91e2bc5f8559642e33090484daede730e32a5391 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 24 Apr 2019 14:50:17 -0700 Subject: [PATCH] fix error display un-holding a package, RT#83178 --- httemplate/misc/process/unhold_pkg.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httemplate/misc/process/unhold_pkg.html b/httemplate/misc/process/unhold_pkg.html index 7e54262c6..d3eab3f06 100755 --- a/httemplate/misc/process/unhold_pkg.html +++ b/httemplate/misc/process/unhold_pkg.html @@ -47,6 +47,6 @@ if ( $cust_pkg->setup or !$cust_pkg->susp ) { if ( $error ) { $cgi->param('error', $error); - print $cgi->redirect($fsurl.'misc/unhold_pkg.html?', $cgi->query_string); + print $cgi->redirect($fsurl.'misc/unhold_pkg.html?'. $cgi->query_string); } -- 2.11.0