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