diff --git a/api/v1/contacts/contact_model.php b/api/v1/contacts/contact_model.php index cd909b34..dbac6bda 100644 --- a/api/v1/contacts/contact_model.php +++ b/api/v1/contacts/contact_model.php @@ -103,5 +103,5 @@ if (isset($_POST['contact_location_id'])) { } elseif ($contact_row) { $location_id = $contact_row['contact_location_id']; } else { - $location_id = ''; + $location_id = '0'; }