diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2015-09-01 18:56:09 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2015-09-08 09:01:01 +0200 |
commit | 805f1d0096205d346173ab4c0cf314e1c95eba2f (patch) | |
tree | 1803319672878bfeacf3de7f7bbb8acaca37c1ef /apps/files_sharing/appinfo | |
parent | d191a0daccfa923dcef4ffa9c020fe01f3caf129 (diff) | |
download | nextcloud-server-805f1d0096205d346173ab4c0cf314e1c95eba2f.tar.gz nextcloud-server-805f1d0096205d346173ab4c0cf314e1c95eba2f.zip |
Scrap the notifications when the share is accepted or declined
Diffstat (limited to 'apps/files_sharing/appinfo')
-rw-r--r-- | apps/files_sharing/appinfo/application.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_sharing/appinfo/application.php b/apps/files_sharing/appinfo/application.php index 530195c65fa..d0dcadb77e8 100644 --- a/apps/files_sharing/appinfo/application.php +++ b/apps/files_sharing/appinfo/application.php @@ -93,6 +93,7 @@ class Application extends App { \OC\Files\Filesystem::getMountManager(), \OC\Files\Filesystem::getLoader(), $server->getHTTPHelper(), + $server->getNotificationManager(), $uid ); }); |