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: {