usersContacts
This commit is contained in:
@@ -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"] !='' ){
|
||||
|
||||
Reference in New Issue
Block a user