that should fix it.

This commit is contained in:
friendica
2014-03-24 19:01:20 -07:00
parent 10f1867521
commit 235b033560
2 changed files with 7 additions and 2 deletions

View File

@@ -62,6 +62,11 @@ function poco_load($xchan = '',$url = null) {
$j = json_decode($s['body'],true);
if(! $j) {
logger('poco_load: unable to json_decode returned data.');
return;
}
logger('poco_load: ' . print_r($j,true),LOGGER_DATA);
if($xchan) {