diff options
Diffstat (limited to 'mod/reportedcontent/add.php')
| -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 4087012cf..17076df01 100644 --- a/mod/reportedcontent/add.php +++ b/mod/reportedcontent/add.php @@ -27,7 +27,7 @@ $area2 .= elgg_view('reportedcontent/form');  $area3 .= elgg_echo('reportedcontent:warning');  // Format page -$body = elgg_view_layout('one_column_with_sidebar', '', $area2,$area3); +$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  | 
