diff options
Diffstat (limited to 'engine/lib/relationships.php')
-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 4a1e4ad0f..5224efaf1 100644 --- a/engine/lib/relationships.php +++ b/engine/lib/relationships.php @@ -397,7 +397,7 @@ function elgg_list_entities_from_relationship_count($options) { * * @return bool Depending on success */ -function register_relationship_url_handler($function_name, $relationship_type = "all") { +function elgg_register_relationship_url_handler($relationship_type, $function_name) { global $CONFIG; if (!is_callable($function_name)) { |