aboutsummaryrefslogtreecommitdiff
path: root/pages/photos/friends.php
diff options
context:
space:
mode:
Diffstat (limited to 'pages/photos/friends.php')
-rw-r--r--pages/photos/friends.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/pages/photos/friends.php b/pages/photos/friends.php
index b7b6178c5..e6ac49cc6 100644
--- a/pages/photos/friends.php
+++ b/pages/photos/friends.php
@@ -17,10 +17,11 @@ $title = elgg_echo('album:friends');
$num_albums = 16;
-elgg_push_context('tidypics:main');
set_input('list_type', 'gallery');
$content = list_user_friends_objects($owner->guid, 'album', $num_albums, false);
-elgg_pop_context();
+if (!$content) {
+ $content = elgg_echo('tidypics:none');
+}
elgg_register_title_button();