mirror of
https://github.com/haiwen/ccnet-server.git
synced 2025-09-16 14:59:56 +00:00
Add parameter 'in_structure' to control whether checking ancestor groups or not in check_group_staff()
This commit is contained in:
@@ -240,7 +240,7 @@ GList *
|
||||
ccnet_rpc_get_members_with_prefix(int group_id, const char *prefix, GError **error);
|
||||
|
||||
int
|
||||
ccnet_rpc_check_group_staff (int group_id, const char *user_name,
|
||||
ccnet_rpc_check_group_staff (int group_id, const char *user_name, int in_structure,
|
||||
GError **error);
|
||||
|
||||
int
|
||||
|
Reference in New Issue
Block a user