diff options
Diffstat (limited to 'mod/reportedcontent/start.php')
-rw-r--r-- | mod/reportedcontent/start.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/reportedcontent/start.php b/mod/reportedcontent/start.php index 15c1b7cae..d92eb05a2 100644 --- a/mod/reportedcontent/start.php +++ b/mod/reportedcontent/start.php @@ -54,7 +54,7 @@ function reportedcontent_page_handler($page) { 'content' => $content, 'sidebar' => $sidebar ); - $body = elgg_view_layout('one_column_with_sidebar', $params); + $body = elgg_view_layout('one_sidebar', $params); echo elgg_view_page(elgg_echo('reportedcontent:this'), $body); } |