diff options
| author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-10-29 13:46:15 +0000 | 
|---|---|---|
| committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-10-29 13:46:15 +0000 | 
| commit | 3186c42a2ebb473143304a8212c6d1b230f9632b (patch) | |
| tree | f4025170e89ee3a143265a972fc0df9f3512247f | |
| parent | 17b2ab9ca249cb277c5d1187d611649a25c84635 (diff) | |
| download | elgg-3186c42a2ebb473143304a8212c6d1b230f9632b.tar.gz elgg-3186c42a2ebb473143304a8212c6d1b230f9632b.tar.bz2  | |
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
| -rw-r--r-- | engine/lib/relationships.php | 2 | 
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);  }  /**  | 
