mirror of https://github.com/itflow-org/itflow
Uncomment contact add alert
This commit is contained in:
parent
b7163dad6d
commit
9d44d3e849
|
|
@ -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"]);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue