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