aboutsummaryrefslogtreecommitdiff
path: root/mod/guidbrowser/start.php
diff options
context:
space:
mode:
authoricewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-04-14 10:02:33 +0000
committericewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-04-14 10:02:33 +0000
commitba96de15a07753e06f02b777d1cfcb0c981d2986 (patch)
tree31446d9c1be99ab43b2fd8080ab3dc9ac08678cd /mod/guidbrowser/start.php
parent9b312e76c67595c3ea24cb3056f386027c1a492a (diff)
downloadelgg-ba96de15a07753e06f02b777d1cfcb0c981d2986.tar.gz
elgg-ba96de15a07753e06f02b777d1cfcb0c981d2986.tar.bz2
Marcus Povey <marcus@dushka.co.uk>
* Relationships added to GUID browser git-svn-id: https://code.elgg.org/elgg/trunk@441 36083f99-b078-4883-b0ff-0f9b5a30f544
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)
)
)
)