aboutsummaryrefslogtreecommitdiff
path: root/mod/groups/edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/groups/edit.php')
-rw-r--r--mod/groups/edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/groups/edit.php b/mod/groups/edit.php
index ddaec0060..59064b7d8 100644
--- a/mod/groups/edit.php
+++ b/mod/groups/edit.php
@@ -23,7 +23,7 @@
$body .= elgg_echo('groups:noaccess');
}
- $body = elgg_view_layout('one_column_with_sidebar', $body);
+ $body = elgg_view_layout('one_column_with_sidebar', array('content' => $body));
echo elgg_view_page($title, $body);
?> \ No newline at end of file