summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2019-04-24 14:50:17 -0700
committerIvan Kohler <ivan@freeside.biz>2019-04-24 14:50:17 -0700
commit91e2bc5f8559642e33090484daede730e32a5391 (patch)
tree5d80ecdf5f865ca1ebc745758ee13f4b5ae88424 /httemplate
parent4d763392708ffaaf2fbd43e9b9a22ef943295919 (diff)
fix error display un-holding a package, RT#83178
Diffstat (limited to 'httemplate')
-rwxr-xr-xhttemplate/misc/process/unhold_pkg.html2
1 files changed, 1 insertions, 1 deletions
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);
}
</%init>