From 9d44d3e8490b60c47e6e7844495cbc054e32bd86 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Tue, 19 Nov 2024 12:03:09 -0500 Subject: [PATCH] Uncomment contact add alert --- post/user/contact.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post/user/contact.php b/post/user/contact.php index 9a9a28ee..d83da025 100644 --- a/post/user/contact.php +++ b/post/user/contact.php @@ -69,7 +69,7 @@ if (isset($_POST['add_contact'])) { customAction('contact_create', $contact_id); - //$_SESSION['alert_message'] = "Contact $name created"; + $_SESSION['alert_message'] = "Contact $name created"; header("Location: " . $_SERVER["HTTP_REFERER"]);