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-08-13 23:32:43 +0300
committermarinofaggiana <marino@marinofaggiana.com>2020-08-13 23:32:43 +0300
commit009c1586699ebcc1247b14a307c126ab111a618a (patch)
tree78a2a5fb834d356620a2393a92e4d3f24cc5eab3 /Share
parent33f62d62272048eb93cc98f7d559799a3961352f (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 68d0de10d..012448399 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] 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 shared]];
+ [[NCCommunicationCommon shared] setupWithAccount:tableAccount.account user:tableAccount.user userId:tableAccount.userID password:[CCUtility getPassword:tableAccount.account] urlBase:tableAccount.url userAgent:[CCUtility getUserAgent] capabilitiesGroup:[NCBrandOptions sharedInstance].capabilitiesGroups webDavRoot:webDavRoot davRoot:nil nextcloudVersion:serverVersionMajor delegate:[NCNetworking shared]];
_activeAccount = tableAccount.account;
_activeUrl = tableAccount.url;