Fix undefined variables in expense, asset and contact audit/flash messages

This commit is contained in:
johnnyq
2026-08-03 15:34:18 -04:00
parent e800064202
commit c5288f9e30
3 changed files with 4 additions and 4 deletions

View File

@@ -953,7 +953,7 @@ if (isset($_POST['link_asset_to_credential'])) {
logAudit("Credential", "Link", "$session_name linked credential $credential_name to asset $asset_name", $client_id, $credential_id);
flashAlert("Asset <strong>$asset_name</strong> linked with credential <strong>$crdential_name</strong>");
flashAlert("Asset <strong>$asset_name</strong> linked with credential <strong>$credential_name</strong>");
redirect();