aboutsummaryrefslogtreecommitdiff
path: root/mod/invitefriends/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/invitefriends/index.php')
-rw-r--r--mod/invitefriends/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/invitefriends/index.php b/mod/invitefriends/index.php
index b6e45f447..25935565a 100644
--- a/mod/invitefriends/index.php
+++ b/mod/invitefriends/index.php
@@ -16,4 +16,4 @@ set_page_owner(get_loggedin_userid());
$body = elgg_view('invitefriends/form');
$body = elgg_view_layout('one_column_with_sidebar', $body);
-page_draw(elgg_echo('friends:invite'), $body);
+echo elgg_view_page(elgg_echo('friends:invite'), $body);