From 473682966b5848a5c8c915dfac20722d4a51f73d Mon Sep 17 00:00:00 2001 From: ben Date: Wed, 29 Oct 2008 10:55:18 +0000 Subject: 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 --- engine/lib/elgglib.php | 1 + 1 file changed, 1 insertion(+) (limited to 'engine/lib') 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, -- cgit v1.2.3