Merge pull request #13637 from nextcloud/backport/13634/stable14

[stable14] update URL for federation
This commit is contained in:
Morris Jobke 2019-01-17 09:34:58 +01:00 committed by GitHub
commit 64de706bda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ class Personal implements ISettings {
*/ */
public function getForm() { public function getForm() {
$cloudID = $this->userSession->getUser()->getCloudId(); $cloudID = $this->userSession->getUser()->getCloudId();
$url = 'https://nextcloud.com/federation#' . $cloudID; $url = 'https://nextcloud.com/sharing#' . $cloudID;
$parameters = [ $parameters = [
'outgoingServer2serverShareEnabled' => $this->federatedShareProvider->isOutgoingServer2serverShareEnabled(), 'outgoingServer2serverShareEnabled' => $this->federatedShareProvider->isOutgoingServer2serverShareEnabled(),