diff options
author | Bjoern Schiessle <schiessle@owncloud.com> | 2016-04-05 12:33:15 +0200 |
---|---|---|
committer | Bjoern Schiessle <schiessle@owncloud.com> | 2016-04-08 11:32:04 +0200 |
commit | fbd5c28c39ff5ba338a95e2ca18e72b436eb9515 (patch) | |
tree | 6b3bc124962fad79799974f0c5d81196f1b65e4d /lib/private/Share20/ProviderFactory.php | |
parent | 1576a9a10b63b5d4a02a3721678613d5825730a8 (diff) | |
download | nextcloud-server-fbd5c28c39ff5ba338a95e2ca18e72b436eb9515.tar.gz nextcloud-server-fbd5c28c39ff5ba338a95e2ca18e72b436eb9515.zip |
re-try to send unshare notification if remote server is not available
Diffstat (limited to 'lib/private/Share20/ProviderFactory.php')
-rw-r--r-- | lib/private/Share20/ProviderFactory.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/private/Share20/ProviderFactory.php b/lib/private/Share20/ProviderFactory.php index 96203104f74..fdb2dacb0fc 100644 --- a/lib/private/Share20/ProviderFactory.php +++ b/lib/private/Share20/ProviderFactory.php @@ -100,7 +100,8 @@ class ProviderFactory implements IProviderFactory { $notifications = new Notifications( $addressHandler, $this->serverContainer->getHTTPClientService(), - $discoveryManager + $discoveryManager, + $this->serverContainer->getJobList() ); $tokenHandler = new TokenHandler( $this->serverContainer->getSecureRandom() |