Marino Faggiana 6 éve
szülő
commit
7652483cdf
1 módosított fájl, 3 hozzáadás és 3 törlés
  1. 3 3
      iOSClient/Main/CCCreateCloud.swift

+ 3 - 3
iOSClient/Main/CCCreateCloud.swift

@@ -346,7 +346,7 @@ class CreateFormUploadAssets: XLFormViewController, CCMoveDelegate {
 
     // MARK: - Action
 
-    func moveServerUrl(to serverUrlTo: String!, title: String!) {
+    func moveServerUrl(to serverUrlTo: String!, title: String!, type: String!) {
     
         self.serverUrl = serverUrlTo
         
@@ -559,7 +559,7 @@ class CreateFormUploadFileText: XLFormViewController, CCMoveDelegate {
     
     // MARK: - Action
     
-    func moveServerUrl(to serverUrlTo: String!, title: String!) {
+    func moveServerUrl(to serverUrlTo: String!, title: String!, type: String!) {
         
         self.serverUrl = serverUrlTo
         
@@ -930,7 +930,7 @@ class CreateFormUploadScanDocument: XLFormViewController, CCMoveDelegate {
     
     // MARK: - Action
     
-    func moveServerUrl(to serverUrlTo: String!, title: String!) {
+    func moveServerUrl(to serverUrlTo: String!, title: String!, type: String!) {
         
         self.serverUrl = serverUrlTo