diff options
Diffstat (limited to 'mod/reportedcontent')
| -rw-r--r-- | mod/reportedcontent/add.php | 2 | 
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 | 
