diff options
Diffstat (limited to 'mod')
-rw-r--r-- | mod/exporttest/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/exporttest/index.php b/mod/exporttest/index.php index 923c4c219..9ab1cf0d5 100644 --- a/mod/exporttest/index.php +++ b/mod/exporttest/index.php @@ -16,7 +16,7 @@ } else if ($action=='import') { - $body = import(get_input('xml')); + $body = print_r(import(get_input('xml')), true); $body .= elgg_view("exporttest/main", array("owner_id" => $owner_id)); page_draw("Import results",$body); } |