diff --git a/htdocs/comm/propal.php b/htdocs/comm/propal.php index 96ff21c09f0..eedf29026dd 100644 --- a/htdocs/comm/propal.php +++ b/htdocs/comm/propal.php @@ -139,7 +139,7 @@ else if ($action == 'confirm_delete' && $confirm == 'yes' && $user->rights->prop $result=$object->delete($user); if ($result > 0) { - Header('Location: '.$_SERVER["PHP_SELF"]); + Header('Location: '.DOL_URL_ROOT.'/comm/propal/list.php'); exit; } else