mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Fix issue with Contacts API - Removed contact_auth from Contacts call to the API
This commit is contained in:
@@ -66,14 +66,6 @@ if (isset($_POST['contact_notes'])) {
|
||||
$notes = '';
|
||||
}
|
||||
|
||||
if (isset($_POST['contact_auth_method'])) {
|
||||
$auth_method = sanitizeInput($_POST['contact_auth_method']);
|
||||
} elseif ($contact_row) {
|
||||
$auth_method = $contact_row['contact_auth_method'];
|
||||
} else {
|
||||
$auth_method = '';
|
||||
}
|
||||
|
||||
if (isset($_POST['contact_primary'])) {
|
||||
$primary = intval($_POST['contact_primary']);
|
||||
} elseif ($contact_row) {
|
||||
|
||||
Reference in New Issue
Block a user