diff options
Diffstat (limited to 'mod/groups/index.php')
-rw-r--r-- | mod/groups/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/groups/index.php b/mod/groups/index.php index 48ff99805..de1363ae6 100644 --- a/mod/groups/index.php +++ b/mod/groups/index.php @@ -23,5 +23,5 @@ $body = elgg_view_layout('one_column_with_sidebar', $area1); // Finally draw the page - page_draw($title, $body); + echo elgg_view_page($title, $body); ?> |