mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Fix var name in client edit post
This commit is contained in:
@@ -149,7 +149,7 @@ if (isset($_POST['edit_client'])) {
|
||||
// Logging
|
||||
logAction("Client", "Edit", "$session_name edited client $name", $client_id, $client_id);
|
||||
|
||||
$_SESSION['alert_message'] = "Client <strong>$client_name</strong> updated";
|
||||
$_SESSION['alert_message'] = "Client <strong>$name</strong> updated";
|
||||
|
||||
header("Location: " . $_SERVER["HTTP_REFERER"]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user