diff options
author | friendica <info@friendica.com> | 2013-06-05 18:40:10 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-06-05 18:40:10 -0700 |
commit | 2493770af9f5cbdbae1ca93488b27bb354842ea4 (patch) | |
tree | c425ccd7c428d99e6ebc8affd635f7b3aa5bef70 /mod | |
parent | 0ef71dd4e27c9ad88d60746ca04d06529db7fe4e (diff) | |
download | volse-hubzilla-2493770af9f5cbdbae1ca93488b27bb354842ea4.tar.gz volse-hubzilla-2493770af9f5cbdbae1ca93488b27bb354842ea4.tar.bz2 volse-hubzilla-2493770af9f5cbdbae1ca93488b27bb354842ea4.zip |
doh - would probably help to decode the data before trying to use it...
Diffstat (limited to 'mod')
-rw-r--r-- | mod/import.php | 1 |
1 files changed, 1 insertions, 0 deletions
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)); |