aboutsummaryrefslogtreecommitdiff
path: root/pages/friends/collections.php
diff options
context:
space:
mode:
Diffstat (limited to 'pages/friends/collections.php')
-rw-r--r--pages/friends/collections.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/friends/collections.php b/pages/friends/collections.php
index 76ae9d20b..5a32b7f90 100644
--- a/pages/friends/collections.php
+++ b/pages/friends/collections.php
@@ -13,7 +13,7 @@ $title = elgg_echo('friends:collections');
$content = elgg_view_title($title);
-$content .= elgg_view_access_collections(get_loggedin_userid());
+$content .= elgg_view_access_collections(elgg_get_logged_in_user_guid());
$body = elgg_view_layout('one_sidebar', array('content' => $content));