mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-09-19 05:49:07 +00:00
Fix bug
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user