From 3186c42a2ebb473143304a8212c6d1b230f9632b Mon Sep 17 00:00:00 2001 From: brettp Date: Thu, 29 Oct 2009 13:46:15 +0000 Subject: Fixed incorrect wrapper for get_entities_from_relationship() -> elgg_get_entities_from_relationship(). git-svn-id: http://code.elgg.org/elgg/trunk@3600 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/relationships.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/lib') 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); } /** -- cgit v1.2.3