diff options
author | Joas Schilling <coding@schilljs.com> | 2016-10-19 12:38:25 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2016-10-20 12:14:59 +0200 |
commit | cf2d1b242746eb49a52c7d199744a6883f89448d (patch) | |
tree | 7547a71526bd5ce4a95b9006aedc00d153ad8f08 /apps/federatedfilesharing/appinfo | |
parent | b35d2fd8f2e96f56951e33d27d07cb213375e46b (diff) | |
download | nextcloud-server-cf2d1b242746eb49a52c7d199744a6883f89448d.tar.gz nextcloud-server-cf2d1b242746eb49a52c7d199744a6883f89448d.zip |
Move federated share notifications to ROS
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/federatedfilesharing/appinfo')
-rw-r--r-- | apps/federatedfilesharing/appinfo/app.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/federatedfilesharing/appinfo/app.php b/apps/federatedfilesharing/appinfo/app.php index f54c47b7829..7f4e4601977 100644 --- a/apps/federatedfilesharing/appinfo/app.php +++ b/apps/federatedfilesharing/appinfo/app.php @@ -32,7 +32,8 @@ $app->registerSettings(); $manager = \OC::$server->getNotificationManager(); $manager->registerNotifier(function() { return new Notifier( - \OC::$server->getL10NFactory() + \OC::$server->getL10NFactory(), + \OC::$server->getContactsManager() ); }, function() use ($l) { return [ |