add logging
This commit is contained in:
parent
331fe92b9e
commit
67069beddc
@ -1235,6 +1235,8 @@ function zot_fetch($arr) {
|
|||||||
*/
|
*/
|
||||||
function zot_import($arr, $sender_url) {
|
function zot_import($arr, $sender_url) {
|
||||||
|
|
||||||
|
logger('arr: ' . print_r($arr,true));
|
||||||
|
|
||||||
$data = json_decode($arr['body'], true);
|
$data = json_decode($arr['body'], true);
|
||||||
|
|
||||||
if(! $data) {
|
if(! $data) {
|
||||||
|
Reference in New Issue
Block a user