diff options
Diffstat (limited to 'apps/federatedfilesharing/appinfo')
-rw-r--r-- | apps/federatedfilesharing/appinfo/app.php | 2 | ||||
-rw-r--r-- | apps/federatedfilesharing/appinfo/info.xml | 4 |
2 files changed, 3 insertions, 3 deletions
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 @@ <licence>AGPL</licence> <author>Bjoern Schiessle</author> <author>Roeland Jago Douma</author> - <version>1.3.0</version> + <version>1.3.1</version> <namespace>FederatedFileSharing</namespace> <category>other</category> <dependencies> @@ -14,5 +14,7 @@ </dependencies> <settings> <admin>OCA\FederatedFileSharing\Settings\Admin</admin> + <personal>OCA\FederatedFileSharing\Settings\Personal</personal> + <personal-section>OCA\FederatedFileSharing\Settings\PersonalSection</personal-section> </settings> </info> |