summaryrefslogtreecommitdiffstats
path: root/apps/federatedfilesharing/lib/AppInfo/Application.php
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2016-08-11 15:13:40 +0200
committerArthur Schiwon <blizzz@arthur-schiwon.de>2016-08-11 15:13:40 +0200
commit5696c8aa3515b6283575cb3f887a1107b368bf2c (patch)
treea1dd04eea58addf7f894f0cd1ce0e98b2abdaa8e /apps/federatedfilesharing/lib/AppInfo/Application.php
parent14ddf9d923ba78a9b938d6eb6050d71aaef22ed6 (diff)
downloadnextcloud-server-5696c8aa3515b6283575cb3f887a1107b368bf2c.tar.gz
nextcloud-server-5696c8aa3515b6283575cb3f887a1107b368bf2c.zip
adjust federatedfilesharing
Diffstat (limited to 'apps/federatedfilesharing/lib/AppInfo/Application.php')
-rw-r--r--apps/federatedfilesharing/lib/AppInfo/Application.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/federatedfilesharing/lib/AppInfo/Application.php b/apps/federatedfilesharing/lib/AppInfo/Application.php
index b4ddc6cfe04..b767a322505 100644
--- a/apps/federatedfilesharing/lib/AppInfo/Application.php
+++ b/apps/federatedfilesharing/lib/AppInfo/Application.php
@@ -40,7 +40,6 @@ class Application extends App {
* register personal and admin settings page
*/
public function registerSettings() {
- \OCP\App::registerAdmin('federatedfilesharing', 'settings-admin');
\OCP\App::registerPersonal('federatedfilesharing', 'settings-personal');
}