diff options
Diffstat (limited to 'mod/groups/edit.php')
-rw-r--r-- | mod/groups/edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/groups/edit.php b/mod/groups/edit.php index 5d33d2bc3..94160891a 100644 --- a/mod/groups/edit.php +++ b/mod/groups/edit.php @@ -27,7 +27,7 @@ $body .= elgg_echo('groups:noaccess'); } - $body = elgg_view_layout('one_column_with_sidebar', '', $body); + $body = elgg_view_layout('one_column_with_sidebar', $body); page_draw($title, $body); ?>
\ No newline at end of file |