1
0
mirror of https://github.com/pierre42100/ComunicWeb synced 2025-07-11 21:52:52 +00:00

Fixed an issue with users virtual directory

This commit is contained in:
Pierre
2017-12-23 17:38:51 +01:00
parent 28ce08883a
commit ac86fbcb25

@ -59,7 +59,7 @@ ComunicWeb.pages.userPage.main = {
}
else {
ComunicWeb.pages.userPage.main.openUserPage(id);
ComunicWeb.pages.userPage.main.openUserPage(id, params, target);
}
});