From f73af39ebfa8f51d7483120b3be67001b29b232d Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 6 Nov 2010 22:04:16 +0000 Subject: Refs #1411 fixes bug introduced in [7213] that broke listing relationships git-svn-id: http://code.elgg.org/elgg/trunk@7248 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/relationships.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'engine/lib/relationships.php') diff --git a/engine/lib/relationships.php b/engine/lib/relationships.php index c9b47df08..e09493c74 100644 --- a/engine/lib/relationships.php +++ b/engine/lib/relationships.php @@ -428,9 +428,10 @@ $fullview = true, $viewtypetoggle = false, $pagination = true) { 'types' => $type, 'subtypes' => $subtype, 'owner_guid' => $owner_guid, - 'order_by' => '', 'limit' => $limit, - 'count' => TRUE + 'full_view' => $fullview, + 'view_type_toggle' => $viewtypetoggle, + 'pagination' => $pagination, )); } -- cgit v1.2.3