aboutsummaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-12-09 02:31:40 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-12-09 02:31:40 +0000
commit3a25d30512da0f165c93f9ed96995c3c42eb7f3b (patch)
tree88d27302c94bf9d059e5979d27f32a3b9e55307e /engine
parentc698b658f177b89c25dfc5bb1313c9b3c4ecfaf3 (diff)
downloadelgg-3a25d30512da0f165c93f9ed96995c3c42eb7f3b.tar.gz
elgg-3a25d30512da0f165c93f9ed96995c3c42eb7f3b.tar.bz2
fixed pagination for annotations due to changes in views
git-svn-id: http://code.elgg.org/elgg/trunk@7576 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine')
-rw-r--r--engine/lib/views.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/lib/views.php b/engine/lib/views.php
index 5b98214cb..abc1f9221 100644
--- a/engine/lib/views.php
+++ b/engine/lib/views.php
@@ -843,6 +843,7 @@ function elgg_view_annotation_list($annotations, $count, $offset, $limit) {
'limit' => (int) $limit,
'list-class' => 'elgg-annotation-list',
'full_view' => true,
+ 'offset_key' => 'annoff',
);
return elgg_view('layout/objects/list', $params);