aboutsummaryrefslogtreecommitdiff
path: root/mod/reportedcontent/add.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/reportedcontent/add.php')
-rw-r--r--mod/reportedcontent/add.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/reportedcontent/add.php b/mod/reportedcontent/add.php
index 9a377b2d3..833ff38d1 100644
--- a/mod/reportedcontent/add.php
+++ b/mod/reportedcontent/add.php
@@ -26,4 +26,4 @@ $area3 .= elgg_echo('reportedcontent:warning');
$body = elgg_view_layout('one_column_with_sidebar', $area2, $area3);
// Draw it
-page_draw(elgg_echo('reportedcontent:this'),$body); \ No newline at end of file
+echo elgg_view_page(elgg_echo('reportedcontent:this'),$body); \ No newline at end of file