From 2493770af9f5cbdbae1ca93488b27bb354842ea4 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 5 Jun 2013 18:40:10 -0700 Subject: doh - would probably help to decode the data before trying to use it... --- mod/import.php | 1 + 1 file changed, 1 insertion(+) (limited to 'mod/import.php') diff --git a/mod/import.php b/mod/import.php index 9443f5c60..47c1ece7b 100644 --- a/mod/import.php +++ b/mod/import.php @@ -60,6 +60,7 @@ function import_post(&$a) { return; } + $data = json_decode($data,true); // logger('import: data: ' . print_r($data,true)); -- cgit v1.2.3