doh - would probably help to decode the data before trying to use it...

This commit is contained in:
friendica 2013-06-05 18:40:10 -07:00
parent 0ef71dd4e2
commit 2493770af9
2 changed files with 2 additions and 1 deletions

View File

@ -60,6 +60,7 @@ function import_post(&$a) {
return;
}
$data = json_decode($data,true);
// logger('import: data: ' . print_r($data,true));

View File

@ -1 +1 @@
2013-06-04.334
2013-06-05.335