Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/ios.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/Share
diff options
context:
space:
mode:
authormarinofaggiana <marino@marinofaggiana.com>2020-05-21 17:25:44 +0300
committermarinofaggiana <marino@marinofaggiana.com>2020-05-21 17:25:44 +0300
commitf536c5098681647050ae8e0a41cf48af0029fc75 (patch)
tree4f7c1b92ba56378eab3e5b00fcdc3c76993191b6 /Share
parent27cb549dda917f55f73f59e28ffec35113a7e6ed (diff)
coding
Diffstat (limited to 'Share')
-rw-r--r--Share/ShareViewController.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Share/ShareViewController.m b/Share/ShareViewController.m
index dac7c968b..78fe30b3d 100644
--- a/Share/ShareViewController.m
+++ b/Share/ShareViewController.m
@@ -65,7 +65,7 @@
NSString *webDavRoot = [[NCManageDatabase sharedInstance] getCapabilitiesServerStringWithAccount:tableAccount.account elements:NCElementsJSON.shared.capabilitiesWebDavRoot];
// Networking
- [[NCCommunicationCommon shared] setupWithUser:tableAccount.user userId:tableAccount.userID password:[CCUtility getPassword:tableAccount.account] account:tableAccount.account url:tableAccount.url userAgent:[CCUtility getUserAgent] capabilitiesGroup:[NCBrandOptions sharedInstance].capabilitiesGroups webDavRoot:webDavRoot davRoot:nil nextcloudVersion:serverVersionMajor delegate:[NCNetworking sharedInstance]];
+ [[NCCommunicationCommon shared] setupWithAccount:tableAccount.account user:tableAccount.user userId:tableAccount.userID password:[CCUtility getPassword:tableAccount.account] url:tableAccount.url userAgent:[CCUtility getUserAgent] capabilitiesGroup:[NCBrandOptions sharedInstance].capabilitiesGroups webDavRoot:webDavRoot davRoot:nil nextcloudVersion:serverVersionMajor delegate:[NCNetworking sharedInstance]];
_activeAccount = tableAccount.account;