From 3a25d30512da0f165c93f9ed96995c3c42eb7f3b Mon Sep 17 00:00:00 2001 From: cash Date: Thu, 9 Dec 2010 02:31:40 +0000 Subject: fixed pagination for annotations due to changes in views git-svn-id: http://code.elgg.org/elgg/trunk@7576 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/views.php | 1 + 1 file changed, 1 insertion(+) (limited to 'engine') 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); -- cgit v1.2.3