mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 12:25:16 +00:00
Fix bug
This commit is contained in:
@ -68,7 +68,7 @@ const GroupsPage = {
|
||||
|
||||
//Check the code of the error
|
||||
if(result.error.code == 401)
|
||||
ComunicWeb.pages.groups.pages.forbidden.open(id, target);
|
||||
ComunicWeb.pages.groups.pages.forbidden.open(groupID, target);
|
||||
|
||||
//The group does not exists
|
||||
else
|
||||
|
Reference in New Issue
Block a user