marinofaggiana 4 년 전
부모
커밋
da47e995f8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      iOSClient/AppDelegate.m

+ 1 - 1
iOSClient/AppDelegate.m

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