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-31 17:01:02 +0300
committermarinofaggiana <marino@marinofaggiana.com>2020-08-31 17:01:02 +0300
commit41d8fb9a9871d155da4931a27cdf0c6f1095e595 (patch)
treea9e34fe0b0c17362a155a75b65c42dfe5b33a76f /Share
parentdbd548ad99721227fb2668899f2d70d19c5906f5 (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 a32cda5ad..af0af4232 100644
--- a/Share/ShareViewController.m
+++ b/Share/ShareViewController.m
@@ -65,7 +65,7 @@
NSString *webDav = [[NCUtility shared] getWebDAVWithAccount:tableAccount.account];
// Networking
- [[NCCommunicationCommon shared] setupWithAccount:tableAccount.account user:tableAccount.user userId:tableAccount.userID password:[CCUtility getPassword:tableAccount.account] urlBase:tableAccount.urlBase userAgent:[CCUtility getUserAgent] capabilitiesGroup:[NCBrandOptions sharedInstance].capabilitiesGroups webDav:webDav dav:nil nextcloudVersion:serverVersionMajor delegate:[NCNetworking shared]];
+ [[NCCommunicationCommon shared] setupWithAccount:tableAccount.account user:tableAccount.user userId:tableAccount.userID password:[CCUtility getPassword:tableAccount.account] urlBase:tableAccount.urlBase userAgent:[CCUtility getUserAgent] webDav:webDav dav:nil nextcloudVersion:serverVersionMajor delegate:[NCNetworking shared]];
_account = tableAccount.account;
_urlBase = tableAccount.urlBase;