Fix redirection on social tax deletion

This commit is contained in:
Florent Peyraud 2019-04-08 09:05:51 +02:00
parent b527446e47
commit 7672fd7cf0

View File

@ -121,7 +121,7 @@ if ($action == 'confirm_delete' && $confirm == 'yes')
$result=$object->delete($user);
if ($result > 0)
{
header("Location: index.php");
header("Location: list.php");
exit;
}
else