diff options
Diffstat (limited to 'mod/groups/activity.php')
-rw-r--r-- | mod/groups/activity.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/groups/activity.php b/mod/groups/activity.php index d0e24be97..4f436cca7 100644 --- a/mod/groups/activity.php +++ b/mod/groups/activity.php @@ -54,4 +54,4 @@ $title = sprintf(elgg_echo("groups:activity"), elgg_get_page_owner()->name); $body = elgg_view_layout('one_column_with_sidebar', $area1);
// Finally draw the page
-page_draw($title, $body);
\ No newline at end of file +echo elgg_view_page($title, $body);
\ No newline at end of file |