diff options
Diffstat (limited to 'mod/notifications/groups.php')
-rw-r--r-- | mod/notifications/groups.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/notifications/groups.php b/mod/notifications/groups.php index c4329f128..baa8757a8 100644 --- a/mod/notifications/groups.php +++ b/mod/notifications/groups.php @@ -33,4 +33,4 @@ $body = elgg_view('input/form',array( $body = elgg_view_layout('one_column_with_sidebar', $body); -page_draw(elgg_echo('notifications:subscriptions:changesettings:groups'), $body); +echo elgg_view_page(elgg_echo('notifications:subscriptions:changesettings:groups'), $body); |