diff options
author | Robin Appelman <robin@icewind.nl> | 2017-06-01 15:37:23 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2017-06-23 12:37:42 +0200 |
commit | 0dcce5a83568ecf40f59e7efcc1308ace89d15d5 (patch) | |
tree | 7d9da353b98d485b62b03b7841871d4b1e61ad85 /apps/files_external/appinfo/app.php | |
parent | 6e314ddabe0bd9f1d9bcfecf451c6a82f2de648b (diff) | |
download | nextcloud-server-0dcce5a83568ecf40f59e7efcc1308ace89d15d5.tar.gz nextcloud-server-0dcce5a83568ecf40f59e7efcc1308ace89d15d5.zip |
move personal external storage settings to it's own section
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'apps/files_external/appinfo/app.php')
-rw-r--r-- | apps/files_external/appinfo/app.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/files_external/appinfo/app.php b/apps/files_external/appinfo/app.php index ddf609129f6..250cbbd00d1 100644 --- a/apps/files_external/appinfo/app.php +++ b/apps/files_external/appinfo/app.php @@ -35,8 +35,6 @@ require_once __DIR__ . '/../3rdparty/autoload.php'; \OC_Mount_Config::$app = new \OCA\Files_External\AppInfo\Application(); $appContainer = \OC_Mount_Config::$app->getContainer(); -\OC_Mount_Config::$app->registerSettings(); - \OCA\Files\App::getNavigationManager()->add(function () { $l = \OC::$server->getL10N('files_external'); return [ |