aboutsummaryrefslogtreecommitdiff
path: root/mod/notifications/groups.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/notifications/groups.php')
-rw-r--r--mod/notifications/groups.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/notifications/groups.php b/mod/notifications/groups.php
index 9b176955a..10e320032 100644
--- a/mod/notifications/groups.php
+++ b/mod/notifications/groups.php
@@ -30,7 +30,7 @@ $body = elgg_view('input/form',array(
));
// Insert it into the correct canvas layout
-$body = elgg_view_layout('one_column_with_sidebar', $body);
+$body = elgg_view_layout('one_column_with_sidebar', array('content' => $body));
echo elgg_view_page(elgg_echo('notifications:subscriptions:changesettings:groups'), $body);