diff options
author | Jos Poortvliet <jos@opensuse.org> | 2018-12-27 13:12:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-27 13:12:23 +0100 |
commit | b3cdc317e07a1af9cbe557ee5dc58c92cd09a0f6 (patch) | |
tree | 623ea6bc41325a60a5ace59fa726ba09af0ac533 /apps/federatedfilesharing | |
parent | bb3a7ad27517259a6d581fb4398d0040ad5646ce (diff) | |
download | nextcloud-server-b3cdc317e07a1af9cbe557ee5dc58c92cd09a0f6.tar.gz nextcloud-server-b3cdc317e07a1af9cbe557ee5dc58c92cd09a0f6.zip |
update URL for federation
Diffstat (limited to 'apps/federatedfilesharing')
-rw-r--r-- | apps/federatedfilesharing/lib/Settings/Personal.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/federatedfilesharing/lib/Settings/Personal.php b/apps/federatedfilesharing/lib/Settings/Personal.php index 1379c25478e..96c762c9e4a 100644 --- a/apps/federatedfilesharing/lib/Settings/Personal.php +++ b/apps/federatedfilesharing/lib/Settings/Personal.php @@ -60,7 +60,7 @@ class Personal implements ISettings { */ public function getForm() { $cloudID = $this->userSession->getUser()->getCloudId(); - $url = 'https://nextcloud.com/federation#' . $cloudID; + $url = 'https://nextcloud.com/sharing#' . $cloudID; $parameters = [ 'outgoingServer2serverShareEnabled' => $this->federatedShareProvider->isOutgoingServer2serverShareEnabled(), |