From f43a2de2870aa919759363ad43152dfb74f33d84 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Thu, 12 Sep 2024 17:04:17 -0400 Subject: [PATCH] usersContacts --- www-api/app/Controllers/WrenchUserContacts.php | 1 + 1 file changed, 1 insertion(+) diff --git a/www-api/app/Controllers/WrenchUserContacts.php b/www-api/app/Controllers/WrenchUserContacts.php index e0385ac1..9c183f28 100644 --- a/www-api/app/Controllers/WrenchUserContacts.php +++ b/www-api/app/Controllers/WrenchUserContacts.php @@ -29,6 +29,7 @@ class WrenchUserContacts extends BaseController $raw_json = file_get_contents('php://input'); $in = json_decode($raw_json, true); $out =[]; + log_message('critical', "*********** WrenchUserContacts::usersContacts() 0001 ".serialize($in)); $in["action"] = WRENCHBOARD_ACCOUNT_CONTACTIMPORT; if (isset($in["uid"]) && $in["uid"] !='' ){