aboutsummaryrefslogtreecommitdiff
path: root/services/export/handler.php
diff options
context:
space:
mode:
Diffstat (limited to 'services/export/handler.php')
-rw-r--r--services/export/handler.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/export/handler.php b/services/export/handler.php
index 33f4c2ac5..21336bbec 100644
--- a/services/export/handler.php
+++ b/services/export/handler.php
@@ -112,4 +112,4 @@ if (($guid != "") && ($type == "") && ($id_or_name == "")) {
throw new InvalidParameterException(elgg_echo('InvalidParameterException:MissingParameter'));
}
-page_draw($title, elgg_view_layout('one_column_with_sidebar', elgg_view_title($title) . $body)); \ No newline at end of file
+echo elgg_view_page($title, elgg_view_layout('one_column_with_sidebar', elgg_view_title($title) . $body)); \ No newline at end of file