aboutsummaryrefslogtreecommitdiff
path: root/friends/add.php
diff options
context:
space:
mode:
Diffstat (limited to 'friends/add.php')
-rw-r--r--friends/add.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/friends/add.php b/friends/add.php
index fa68e28a7..74e81b8de 100644
--- a/friends/add.php
+++ b/friends/add.php
@@ -23,6 +23,6 @@
$body = elgg_view_layout('two_column_left_sidebar','', elgg_view_title(elgg_echo('friends:collections:add')) . $area2);
// Draw it
- echo page_draw(elgg_echo('friends:collections:add'),$body);
+ page_draw(elgg_echo('friends:collections:add'),$body);
?> \ No newline at end of file