summaryrefslogtreecommitdiff
path: root/httemplate/misc
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2019-04-24 14:50:21 -0700
committerIvan Kohler <ivan@freeside.biz>2019-04-24 14:50:21 -0700
commit5e824e1b4862fe424ebbf0644ead3b3ba41aeb5e (patch)
treee127403b083773c2d31c638a0d12014e48ccc006 /httemplate/misc
parentef637ed03ffd57f63e3ae50f4c073a965f463946 (diff)
fix error display un-holding a package, RT#83178
Diffstat (limited to 'httemplate/misc')
-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>