diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2015-09-16 12:08:21 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-09-17 11:14:28 +0200 |
commit | 6bc93c740194d245bb9a7d1f230ed33461f842a7 (patch) | |
tree | d39d0d5e9381469d90899ebb9c82e2a70ca4022c /apps/files_sharing/appinfo/app.php | |
parent | 9e1cd6d8735010e8b462258668a101abc2ea184b (diff) | |
download | nextcloud-server-6bc93c740194d245bb9a7d1f230ed33461f842a7.tar.gz nextcloud-server-6bc93c740194d245bb9a7d1f230ed33461f842a7.zip |
Disable the remote sharing notifications until they work properly
Diffstat (limited to 'apps/files_sharing/appinfo/app.php')
-rw-r--r-- | apps/files_sharing/appinfo/app.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/files_sharing/appinfo/app.php b/apps/files_sharing/appinfo/app.php index 8d919d1466f..15c0b864b08 100644 --- a/apps/files_sharing/appinfo/app.php +++ b/apps/files_sharing/appinfo/app.php @@ -113,9 +113,12 @@ if ($config->getAppValue('core', 'shareapi_enabled', 'yes') === 'yes') { } } +/** + * FIXME $manager = \OC::$server->getNotificationManager(); $manager->registerNotifier(function() { return new \OCA\Files_Sharing\Notifier( \OC::$server->getL10NFactory() ); }); + */ |