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 6ec4aeafb..ea282a3ea 100644
--- a/mod/reportedcontent/add.php
+++ b/mod/reportedcontent/add.php
@@ -31,6 +31,6 @@
$body = elgg_view_layout('two_column_left_sidebar', '', $area2);
// Draw it
- echo page_draw(elgg_echo('reportedcontent:add'),$body);
+ page_draw(elgg_echo('reportedcontent:add'),$body);
?> \ No newline at end of file