Fixed ID of newly subscribed .ics remote calendar

This commit is contained in:
Francis Lachapelle
2012-09-24 13:46:43 -04:00
parent d024a62e98
commit b22b03caa5
+1 -1
View File
@@ -1311,7 +1311,7 @@ function accessToSubscribedFolder(serverFolder) {
var username = parts[0];
var paths = parts[1].split("/");
if (username == UserLogin) {
folder = paths[1];
folder = "/" + paths[1];
}
else {
folder = "/" + username.asCSSIdentifier() + "_" + paths[1];