From: root Date: Tue, 24 Nov 2015 01:49:29 +0000 (+0100) Subject: Test X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2c89a43286dae55d92a4eee1bf20bb054e2caf84;p=friendica.git Test --- 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: