From f51c33f78495d373c097c4f0fa4deffd203b2285 Mon Sep 17 00:00:00 2001 From: marcus Date: Wed, 7 Jan 2009 16:51:39 +0000 Subject: Closes #410: Pagination parameter now passed in relationship list view. git-svn-id: https://code.elgg.org/elgg/trunk@2539 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/relationships.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine') diff --git a/engine/lib/relationships.php b/engine/lib/relationships.php index c98ce3a9a..e9b83f5ae 100644 --- a/engine/lib/relationships.php +++ b/engine/lib/relationships.php @@ -563,7 +563,7 @@ $count = get_entities_from_relationship($relationship, $relationship_guid, $inverse_relationship, $type, $subtype, $owner_guid, "", $limit, $offset, true); $entities = get_entities_from_relationship($relationship, $relationship_guid, $inverse_relationship, $type, $subtype, $owner_guid, "", $limit, $offset); - return elgg_view_entity_list($entities, $count, $offset, $limit, $fullview, $viewtypetoggle); + return elgg_view_entity_list($entities, $count, $offset, $limit, $fullview, $viewtypetoggle, $pagination); } -- cgit v1.2.3