aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/views.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/lib/views.php')
-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);