Merge pull request #10737 from atm-gauthier/6.0_fix_wrong_redirect_link

FIX : wrong redirect link on holiday refuse
This commit is contained in:
Laurent Destailleur 2019-03-05 18:43:57 +01:00 committed by GitHub
commit 22bb62d900
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -568,7 +568,7 @@ if ($action == 'confirm_refuse')
}
} else {
header('Location: '.$_SERVER["PHP_SELF"].'?id='.$object->id.'&error=NoMotifRefuse');
header('Location: '.$_SERVER["PHP_SELF"].'?id='.$id.'&error=NoMotifRefuse');
exit;
}
}