Marino Faggiana 6 년 전
부모
커밋
0d7d989943
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      iOSClient/Trash/NCTrash.swift

+ 1 - 1
iOSClient/Trash/NCTrash.swift

@@ -131,7 +131,7 @@ class NCTrash: UIViewController , UICollectionViewDataSource, UICollectionViewDe
         
         let ocNetworking = OCnetworking.init(delegate: self, metadataNet: nil, withUser: appDelegate.activeUser, withUserID: appDelegate.activeUserID, withPassword: appDelegate.activePassword, withUrl: appDelegate.activeUrl)
                 
-        let fileName = appDelegate.activeUrl + "/" + tableTrash.filePath + tableTrash.fileName
+        let fileName = appDelegate.activeUrl + tableTrash.filePath + tableTrash.fileName
         let fileNameTo = appDelegate.activeUrl + "/" + tableTrash.trashbinOriginalLocation
         
         ocNetworking?.moveFileOrFolder(fileName, fileNameTo: fileNameTo, success: {