Fix remaing undefine vars for audits and flash messages

This commit is contained in:
johnnyq
2026-08-03 15:40:44 -04:00
parent c5288f9e30
commit 0311a3d056
5 changed files with 7 additions and 7 deletions

View File

@@ -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");