diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-01 16:08:11 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-01 16:08:11 +0000 |
commit | 038f7f8ff18fa8dfbbee6526ce7b729651f00288 (patch) | |
tree | fe808152d341c98c41c17c9e245431fe57948d5d | |
parent | 5119fc6ec49f8753fa4d433785bb6c6c9c77e46a (diff) | |
download | elgg-038f7f8ff18fa8dfbbee6526ce7b729651f00288.tar.gz elgg-038f7f8ff18fa8dfbbee6526ce7b729651f00288.tar.bz2 |
Limits properly propagate to the pagination views.
git-svn-id: https://code.elgg.org/elgg/trunk@1245 36083f99-b078-4883-b0ff-0f9b5a30f544
-rw-r--r-- | engine/lib/elgglib.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/lib/elgglib.php b/engine/lib/elgglib.php index d4e7cc744..c5432638d 100644 --- a/engine/lib/elgglib.php +++ b/engine/lib/elgglib.php @@ -383,6 +383,7 @@ 'baseurl' => $_SERVER['REQUEST_URI'],
'offset' => $offset,
'count' => $count,
+ 'limit' => $limit,
));
|