mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 12:25:16 +00:00
Fix another infos typo
This commit is contained in:
@ -211,7 +211,7 @@ ComunicWeb.pages.groups.pages.members = {
|
||||
var membersIDs = ComunicWeb.components.groups.utils.getMembersIDs(members);
|
||||
|
||||
//Get information about the members of the group
|
||||
getMultipleUsersInfos(membersIDs, function(users){
|
||||
getMultipleUsersInfo(membersIDs, function(users){
|
||||
|
||||
//Check for errors
|
||||
if(users.error){
|
||||
|
Reference in New Issue
Block a user