diff options
author | Bjoern Schiessle <bjoern@schiessle.org> | 2018-06-29 16:35:04 +0200 |
---|---|---|
committer | Bjoern Schiessle <bjoern@schiessle.org> | 2018-07-11 10:11:46 +0200 |
commit | f5a816262c79d84c373d635fced8ca20cdd0d0ea (patch) | |
tree | 277d03deb02d87618b673994063d4c100b8762a7 /apps/files_sharing/lib/AppInfo | |
parent | 7a48a85dca1a64a9f95851a2020ae0db18ad5e9c (diff) | |
download | nextcloud-server-f5a816262c79d84c373d635fced8ca20cdd0d0ea.tar.gz nextcloud-server-f5a816262c79d84c373d635fced8ca20cdd0d0ea.zip |
accept/decline group shares
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Diffstat (limited to 'apps/files_sharing/lib/AppInfo')
-rw-r--r-- | apps/files_sharing/lib/AppInfo/Application.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/files_sharing/lib/AppInfo/Application.php b/apps/files_sharing/lib/AppInfo/Application.php index e6ab4eb2cf1..a7d4755fbf0 100644 --- a/apps/files_sharing/lib/AppInfo/Application.php +++ b/apps/files_sharing/lib/AppInfo/Application.php @@ -105,6 +105,8 @@ class Application extends App { $server->query(\OCP\OCS\IDiscoveryService::class), $server->getCloudFederationProviderManager(), $server->getCloudFederationFactory(), + $server->getGroupManager(), + $server->getUserManager(), $uid ); }); |