]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Refs #1411 fixes bug introduced in [7213] that broke listing relationships
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sat, 6 Nov 2010 22:04:16 +0000 (22:04 +0000)
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sat, 6 Nov 2010 22:04:16 +0000 (22:04 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@7248 36083f99-b078-4883-b0ff-0f9b5a30f544

engine/lib/relationships.php

index c9b47df08ed004db0a68df7ee19b730195ce7e1d..e09493c743dba7e02639fead8fdb19eb40ad1a48 100644 (file)
@@ -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,
        ));
 }