Uncomment contact add alert

This commit is contained in:
johnnyq 2024-11-19 12:03:09 -05:00
parent b7163dad6d
commit 9d44d3e849
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ if (isset($_POST['add_contact'])) {
customAction('contact_create', $contact_id);
//$_SESSION['alert_message'] = "Contact <strong>$name</strong> created";
$_SESSION['alert_message'] = "Contact <strong>$name</strong> created";
header("Location: " . $_SERVER["HTTP_REFERER"]);