summaryrefslogtreecommitdiffstats
path: root/core/js/config.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2015-04-09 12:30:18 +0200
committerJoas Schilling <nickvergessen@owncloud.com>2015-04-09 12:30:18 +0200
commit6f51beac23c48384103457c26cda71a7c7f42fc1 (patch)
tree4d500ac802909415bf01baff2d2c6613c90bf7f9 /core/js/config.php
parent4a01d5c5883094f297c2c68628a8bac4a3b25586 (diff)
downloadnextcloud-server-6f51beac23c48384103457c26cda71a7c7f42fc1.tar.gz
nextcloud-server-6f51beac23c48384103457c26cda71a7c7f42fc1.zip
Correctly generate the doc link via go.php
Diffstat (limited to 'core/js/config.php')
-rw-r--r--core/js/config.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/js/config.php b/core/js/config.php
index f2bc24008dc..d6946f671d1 100644
--- a/core/js/config.php
+++ b/core/js/config.php
@@ -112,7 +112,8 @@ $array = array(
'enforcePasswordForPublicLink' => \OCP\Util::isPublicLinkPasswordRequired(),
'sharingDisabledForUser' => \OCP\Util::isSharingDisabledForUser(),
'resharingAllowed' => \OCP\Share::isResharingAllowed(),
- 'remoteShareAllowed' => $outgoingServer2serverShareEnabled
+ 'remoteShareAllowed' => $outgoingServer2serverShareEnabled,
+ 'federatedCloudShareDoc' => \OC::$server->getURLGenerator()->linkToDocs('user-sharing-federated')
)
)
),