]> err.no Git - scalable-opengroupware.org/blobdiff - SoObjects/SOGo/SOGoObject.m
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1078 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / SoObjects / SOGo / SOGoObject.m
index 33d660174584446769bbd4ff5faf338c7221eb08..8691beff0c08a5dee51f85190cd82831657ed28c 100644 (file)
@@ -830,9 +830,9 @@ static BOOL kontactGroupDAV = YES;
                                                    @"/"]];
   if ([baseURL hasPrefix: @"http"])
     {
-      [path removeObjectAtIndex: 2];
       [path removeObjectAtIndex: 1];
       [path removeObjectAtIndex: 0];
+      [path replaceObjectAtIndex: 0 withObject: @""];
     }
   urlMethod = [path objectAtIndex: 2];
   if (![urlMethod isEqualToString: expected])