marinofaggiana 4 лет назад
Родитель
Сommit
d61aad20c4
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      iOSClient/AppDelegate.m

+ 1 - 1
iOSClient/AppDelegate.m

@@ -1124,7 +1124,7 @@
                         if ([path containsString:@"/"]) {
 
                             fileName = [path lastPathComponent];
-                            serverUrl = [CCUtility deletingLastPathComponentFromServerUrl:[NSString stringWithFormat:@"%@/%@/%@", matchedAccount.urlBase, webDAV, [path stringByDeletingLastPathComponent]]];
+                            serverUrl = [NSString stringWithFormat:@"%@/%@/%@", matchedAccount.urlBase, webDAV, [path stringByDeletingLastPathComponent]];
                             
                         } else {