aboutsummaryrefslogtreecommitdiff
path: root/mod/guidbrowser/start.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/guidbrowser/start.php')
-rw-r--r--mod/guidbrowser/start.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/guidbrowser/start.php b/mod/guidbrowser/start.php
index ef68ed9a3..602fa5741 100644
--- a/mod/guidbrowser/start.php
+++ b/mod/guidbrowser/start.php
@@ -30,7 +30,8 @@
array(
'entity' => $entity,
'metadata' => get_metadata_for_entity($entity->guid),
- 'annotations' => get_annotations($entity->guid)
+ 'annotations' => get_annotations($entity->guid),
+ 'relationships' => get_entity_relationships($entity->guid)
)
)
)