aboutsummaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
Diffstat (limited to 'engine')
-rw-r--r--engine/lib/relationships.php5
1 files changed, 3 insertions, 2 deletions
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,
));
}