aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/appinfo/app.php
diff options
context:
space:
mode:
authorBjörn Schießle <schiessle@owncloud.com>2016-05-18 16:26:59 +0200
committerBjörn Schießle <schiessle@owncloud.com>2016-05-20 21:15:16 +0200
commite25fbaf65d166fa125d867457ff7a47287d5278c (patch)
tree59c0035e6d40e6ed7a9df560708928c583a04cf8 /apps/files_sharing/appinfo/app.php
parent92fa0c7dfdd5f8d9bc40ddc1c40ced97620d49f5 (diff)
downloadnextcloud-server-e25fbaf65d166fa125d867457ff7a47287d5278c.tar.gz
nextcloud-server-e25fbaf65d166fa125d867457ff7a47287d5278c.zip
move motifier from the files_sharing app to the federatedfilessharing app
Diffstat (limited to 'apps/files_sharing/appinfo/app.php')
-rw-r--r--apps/files_sharing/appinfo/app.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/apps/files_sharing/appinfo/app.php b/apps/files_sharing/appinfo/app.php
index da573d11ec5..32eee9b6c9c 100644
--- a/apps/files_sharing/appinfo/app.php
+++ b/apps/files_sharing/appinfo/app.php
@@ -103,15 +103,3 @@ if ($config->getAppValue('core', 'shareapi_enabled', 'yes') === 'yes') {
}
}
}
-
-$manager = \OC::$server->getNotificationManager();
-$manager->registerNotifier(function() {
- return new \OCA\Files_Sharing\Notifier(
- \OC::$server->getL10NFactory()
- );
-}, function() use ($l) {
- return [
- 'id' => 'files_sharing',
- 'name' => $l->t('Federated sharing'),
- ];
-});