aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/elgglib.php
diff options
context:
space:
mode:
authorben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-10-29 10:55:18 +0000
committerben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-10-29 10:55:18 +0000
commit473682966b5848a5c8c915dfac20722d4a51f73d (patch)
treea56b4fe80a3b3d7ef44414f516e09198a18f6a70 /engine/lib/elgglib.php
parent309b21e9bdd15d9a467f25a60221771e586c604b (diff)
downloadelgg-473682966b5848a5c8c915dfac20722d4a51f73d.tar.gz
elgg-473682966b5848a5c8c915dfac20722d4a51f73d.tar.bz2
Annotation pagination is now corrected where more than 10 items are being displayed at once.
git-svn-id: https://code.elgg.org/elgg/trunk@2340 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/elgglib.php')
-rw-r--r--engine/lib/elgglib.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/lib/elgglib.php b/engine/lib/elgglib.php
index df2b3f7de..bec58d241 100644
--- a/engine/lib/elgglib.php
+++ b/engine/lib/elgglib.php
@@ -541,6 +541,7 @@
'baseurl' => $_SERVER['REQUEST_URI'],
'offset' => $offset,
'count' => $count,
+ 'limit' => $limit,
'word' => 'annoff',
'nonefound' => false,