aboutsummaryrefslogtreecommitdiff
path: root/pages/lists/mostviewedimagesthisyear.php
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2009-09-13 14:08:47 +0000
committerCash Costello <cash.costello@gmail.com>2009-09-13 14:08:47 +0000
commit8f6b46e203c6deab1c1e06c5e2aadd70bbed765f (patch)
tree51b9aa17691ec8e8dfb3ed7c8f58054b7658bd9e /pages/lists/mostviewedimagesthisyear.php
parentabb0bcd5c36a43ebc7bc5ed41c197566ed585113 (diff)
downloadelgg-8f6b46e203c6deab1c1e06c5e2aadd70bbed765f.tar.gz
elgg-8f6b46e203c6deab1c1e06c5e2aadd70bbed765f.tar.bz2
updated to work with Elgg 1.6.1 - bug fix exposed problem with the lists code - not specifying full view = false
Diffstat (limited to 'pages/lists/mostviewedimagesthisyear.php')
-rw-r--r--pages/lists/mostviewedimagesthisyear.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/lists/mostviewedimagesthisyear.php b/pages/lists/mostviewedimagesthisyear.php
index e6c8a53db..fe1a63d38 100644
--- a/pages/lists/mostviewedimagesthisyear.php
+++ b/pages/lists/mostviewedimagesthisyear.php
@@ -44,7 +44,7 @@
tidypics_mostviewed_submenus();
$title = elgg_echo("tidypics:mostviewedthisyear");
$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);
?> \ No newline at end of file