diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2019-04-24 14:50:24 -0700 | 
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2019-04-24 14:50:24 -0700 | 
| commit | 69a13395159bf8df783d74cbcb5f9444e1a946d5 (patch) | |
| tree | bc2dfbbaf257836490889da3c1fc0991d6c9199a | |
| parent | 1a409e3604c5f2aeba195527227d56f167b715e8 (diff) | |
fix error display un-holding a package, RT#83178
| -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 6eec7ee8a..19cf922d2 100755 --- a/httemplate/misc/process/unhold_pkg.html +++ b/httemplate/misc/process/unhold_pkg.html @@ -49,6 +49,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>  | 
