aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engine/lib/relationships.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/relationships.php b/engine/lib/relationships.php
index 1c1e95da3..af58cd0ec 100644
--- a/engine/lib/relationships.php
+++ b/engine/lib/relationships.php
@@ -649,7 +649,7 @@ $count = false, $site_guid = 0) {
$options['count'] = $count;
}
- return elgg_get_entities_from_metadata($options);
+ return elgg_get_entities_from_relationship($options);
}
/**