diff options
author | Björn Schießle <schiessle@owncloud.com> | 2016-05-18 16:26:59 +0200 |
---|---|---|
committer | Björn Schießle <schiessle@owncloud.com> | 2016-05-20 21:15:16 +0200 |
commit | e25fbaf65d166fa125d867457ff7a47287d5278c (patch) | |
tree | 59c0035e6d40e6ed7a9df560708928c583a04cf8 /apps/files_sharing/appinfo/app.php | |
parent | 92fa0c7dfdd5f8d9bc40ddc1c40ced97620d49f5 (diff) | |
download | nextcloud-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.php | 12 |
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'), - ]; -}); |