aboutsummaryrefslogtreecommitdiff
path: root/mod/reportedcontent/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/reportedcontent/index.php')
-rw-r--r--mod/reportedcontent/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/reportedcontent/index.php b/mod/reportedcontent/index.php
index 400e0dc1f..3f3a4c5fe 100644
--- a/mod/reportedcontent/index.php
+++ b/mod/reportedcontent/index.php
@@ -24,4 +24,4 @@ $reported = elgg_get_entities(array('types' => 'object', 'subtypes' => 'reported
$area2 = elgg_view("reportedcontent/listing", array('entity' => $reported));
// Display main admin menu
-page_draw(elgg_echo('reportedcontent'),elgg_view_layout("one_column_with_sidebar", '', $title . $area2)); \ No newline at end of file
+page_draw(elgg_echo('reportedcontent'),elgg_view_layout("one_column_with_sidebar", $title . $area2)); \ No newline at end of file