diff options
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)); |