This commit is contained in:
Pierre HUBERT 2021-03-17 18:33:25 +01:00
parent fc2b7e082c
commit 0965b0936b

View File

@ -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