summaryrefslogtreecommitdiffstats
path: root/apps/federatedfilesharing/lib/AppInfo/Application.php
diff options
context:
space:
mode:
authorBjoern Schiessle <bjoern@schiessle.org>2018-05-30 17:44:08 +0200
committerBjoern Schiessle <bjoern@schiessle.org>2018-07-02 11:29:28 +0200
commit41a1528888062610af58e319ce7bfa3ef8784da3 (patch)
tree4e650690a6569ea1f0633a1b46974014a75dd12b /apps/federatedfilesharing/lib/AppInfo/Application.php
parentb7b84305a3388af3b678c95d105f6553952b0959 (diff)
downloadnextcloud-server-41a1528888062610af58e319ce7bfa3ef8784da3.tar.gz
nextcloud-server-41a1528888062610af58e319ce7bfa3ef8784da3.zip
implement decline share
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Diffstat (limited to 'apps/federatedfilesharing/lib/AppInfo/Application.php')
-rw-r--r--apps/federatedfilesharing/lib/AppInfo/Application.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/federatedfilesharing/lib/AppInfo/Application.php b/apps/federatedfilesharing/lib/AppInfo/Application.php
index 0b61e0a0b0d..093e1e44f94 100644
--- a/apps/federatedfilesharing/lib/AppInfo/Application.php
+++ b/apps/federatedfilesharing/lib/AppInfo/Application.php
@@ -62,7 +62,9 @@ class Application extends App {
$server->getCloudIdManager(),
$server->getActivityManager(),
$server->getNotificationManager(),
- $server->getURLGenerator()
+ $server->getURLGenerator(),
+ $server->getCloudFederationFactory(),
+ $server->getCloudFederationProviderManager()
);
});