diff options
Diffstat (limited to 'mod/groups/all.php')
-rw-r--r-- | mod/groups/all.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/groups/all.php b/mod/groups/all.php index 354437c7e..666c6ad4b 100644 --- a/mod/groups/all.php +++ b/mod/groups/all.php @@ -62,4 +62,4 @@ $body = elgg_view_layout('one_column_with_sidebar', $area1, $area2); // 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 |