aboutsummaryrefslogtreecommitdiff
path: root/mod/invitefriends
diff options
context:
space:
mode:
Diffstat (limited to 'mod/invitefriends')
-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 4b7637c97..7b4c34562 100644
--- a/mod/invitefriends/index.php
+++ b/mod/invitefriends/index.php
@@ -14,6 +14,6 @@ elgg_set_context('friends');
set_page_owner(get_loggedin_userid());
$body = elgg_view('invitefriends/form');
-$body = elgg_view_layout('one_column_with_sidebar', $body);
+$body = elgg_view_layout('one_column_with_sidebar', array('content' => $body));
echo elgg_view_page(elgg_echo('friends:invite'), $body);