Fix redirection on social tax deletion
This commit is contained in:
parent
b527446e47
commit
7672fd7cf0
@ -121,7 +121,7 @@ if ($action == 'confirm_delete' && $confirm == 'yes')
|
|||||||
$result=$object->delete($user);
|
$result=$object->delete($user);
|
||||||
if ($result > 0)
|
if ($result > 0)
|
||||||
{
|
{
|
||||||
header("Location: index.php");
|
header("Location: list.php");
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user