diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2019-04-24 14:50:21 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2019-04-24 14:50:21 -0700 |
| commit | 5e824e1b4862fe424ebbf0644ead3b3ba41aeb5e (patch) | |
| tree | e127403b083773c2d31c638a0d12014e48ccc006 /httemplate/misc | |
| parent | ef637ed03ffd57f63e3ae50f4c073a965f463946 (diff) | |
fix error display un-holding a package, RT#83178
Diffstat (limited to 'httemplate/misc')
| -rwxr-xr-x | httemplate/misc/process/unhold_pkg.html | 2 |
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> |
