mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 20:19:21 +00:00
Fix bug
This commit is contained in:
parent
fc2b7e082c
commit
0965b0936b
@ -68,7 +68,7 @@ const GroupsPage = {
|
|||||||
|
|
||||||
//Check the code of the error
|
//Check the code of the error
|
||||||
if(result.error.code == 401)
|
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
|
//The group does not exists
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user