mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Fix client delete
This commit is contained in:
@@ -312,7 +312,7 @@ if (isset($_GET['delete_client'])) {
|
||||
|
||||
flash_alert("Client <strong>$client_name</strong> deleted along with all associated data", 'error');
|
||||
|
||||
redirect();
|
||||
redirect('clients.php');
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user