summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/ajax
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2015-09-01 18:56:09 +0200
committerJoas Schilling <nickvergessen@owncloud.com>2015-09-08 09:01:01 +0200
commit805f1d0096205d346173ab4c0cf314e1c95eba2f (patch)
tree1803319672878bfeacf3de7f7bbb8acaca37c1ef /apps/files_sharing/ajax
parentd191a0daccfa923dcef4ffa9c020fe01f3caf129 (diff)
downloadnextcloud-server-805f1d0096205d346173ab4c0cf314e1c95eba2f.tar.gz
nextcloud-server-805f1d0096205d346173ab4c0cf314e1c95eba2f.zip
Scrap the notifications when the share is accepted or declined
Diffstat (limited to 'apps/files_sharing/ajax')
-rw-r--r--apps/files_sharing/ajax/external.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_sharing/ajax/external.php b/apps/files_sharing/ajax/external.php
index d26a64d3aec..66cfd8e9d1a 100644
--- a/apps/files_sharing/ajax/external.php
+++ b/apps/files_sharing/ajax/external.php
@@ -52,6 +52,7 @@ $externalManager = new \OCA\Files_Sharing\External\Manager(
\OC\Files\Filesystem::getMountManager(),
\OC\Files\Filesystem::getLoader(),
\OC::$server->getHTTPHelper(),
+ \OC::$server->getNotificationManager(),
\OC::$server->getUserSession()->getUser()->getUID()
);