diff --git a/include/api.php b/include/api.php index 2fd7d6d45a..63d6a17464 100644 --- a/include/api.php +++ b/include/api.php @@ -2979,6 +2979,10 @@ function api_best_nickname(&$contacts) { $contacts = array($contacts[0]); } + function api_users_groups_show() { + } + api_register_func('api/users/groups_show', 'api_users_groups_show', true); + /* To.Do: