mirror of
https://github.com/itflow-org/itflow
synced 2026-08-06 23:57:16 +00:00
Fix remaing undefine vars for audits and flash messages
This commit is contained in:
@@ -98,7 +98,7 @@ if (isset($_GET['restore_network'])) {
|
||||
|
||||
mysqli_query($mysqli,"UPDATE networks SET network_archived_at = NULL WHERE network_id = $network_id");
|
||||
|
||||
logAudit("Network", "Restore", "$session_name restored contact $contact_name", $client_id, $network_id);
|
||||
logAudit("Network", "Restore", "$session_name restored network $network_name", $client_id, $network_id);
|
||||
|
||||
flashAlert("Network <strong>$network_name</strong> restored");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user