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