From 1ace1657b68687caa8cae48749eb1a98788eb244 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Thu, 22 Jun 2017 15:05:39 +0200 Subject: adapt federatedfilesharing also drops IE8 switch Signed-off-by: Arthur Schiwon --- apps/federatedfilesharing/appinfo/app.php | 2 -- apps/federatedfilesharing/appinfo/info.xml | 4 +++- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'apps/federatedfilesharing/appinfo') diff --git a/apps/federatedfilesharing/appinfo/app.php b/apps/federatedfilesharing/appinfo/app.php index b6a145bcc2c..62265ff0644 100644 --- a/apps/federatedfilesharing/appinfo/app.php +++ b/apps/federatedfilesharing/appinfo/app.php @@ -26,8 +26,6 @@ use OCA\FederatedFileSharing\Notifier; $app = new \OCA\FederatedFileSharing\AppInfo\Application(); $eventDispatcher = \OC::$server->getEventDispatcher(); -$app->registerSettings(); - $manager = \OC::$server->getNotificationManager(); $manager->registerNotifier(function() { return \OC::$server->query(Notifier::class); diff --git a/apps/federatedfilesharing/appinfo/info.xml b/apps/federatedfilesharing/appinfo/info.xml index aaacf3ec80e..ce2e2286be3 100644 --- a/apps/federatedfilesharing/appinfo/info.xml +++ b/apps/federatedfilesharing/appinfo/info.xml @@ -6,7 +6,7 @@ AGPL Bjoern Schiessle Roeland Jago Douma - 1.3.0 + 1.3.1 FederatedFileSharing other @@ -14,5 +14,7 @@ OCA\FederatedFileSharing\Settings\Admin + OCA\FederatedFileSharing\Settings\Personal + OCA\FederatedFileSharing\Settings\PersonalSection -- cgit v1.2.3