log added
This commit is contained in:
@@ -26,6 +26,7 @@ class WrenchUserContacts extends BaseController
|
|||||||
raw_contacts: contactResult }
|
raw_contacts: contactResult }
|
||||||
*/
|
*/
|
||||||
public function usersContacts(){
|
public function usersContacts(){
|
||||||
|
log_message('critical', "*********** WrenchUserContacts::usersContacts() 0000 ");
|
||||||
$raw_json = file_get_contents('php://input');
|
$raw_json = file_get_contents('php://input');
|
||||||
$in = json_decode($raw_json, true);
|
$in = json_decode($raw_json, true);
|
||||||
$out =[];
|
$out =[];
|
||||||
|
|||||||
Reference in New Issue
Block a user