mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Uncomment contact add alert
This commit is contained in:
@@ -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"]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user