summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/appinfo/app.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2015-09-16 12:08:21 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2015-09-17 11:14:28 +0200
commit6bc93c740194d245bb9a7d1f230ed33461f842a7 (patch)
treed39d0d5e9381469d90899ebb9c82e2a70ca4022c /apps/files_sharing/appinfo/app.php
parent9e1cd6d8735010e8b462258668a101abc2ea184b (diff)
downloadnextcloud-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.php3
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()
);
});
+ */