aboutsummaryrefslogtreecommitdiff
path: root/pages/lists/highestrated.php
diff options
context:
space:
mode:
Diffstat (limited to 'pages/lists/highestrated.php')
-rw-r--r--pages/lists/highestrated.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/lists/highestrated.php b/pages/lists/highestrated.php
index bacb7ba86..e05e7a9ba 100644
--- a/pages/lists/highestrated.php
+++ b/pages/lists/highestrated.php
@@ -58,7 +58,7 @@
$album = get_entity($album_id);
$title = $album["title"] . ": " . elgg_echo("tidypics:highestrated");
$area2 = elgg_view_title($title);
- $area2 .= elgg_view_entity_list($entities, $max, 0, $max);
+ $area2 .= elgg_view_entity_list($entities, $max, 0, $max, false);
$body = elgg_view_layout('two_column_left_sidebar', '', $area2);
page_draw($title, $body);