aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/appinfo
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2015-12-01 16:50:20 +0100
committerRobin Appelman <icewind@owncloud.com>2015-12-01 16:50:20 +0100
commit62cc316c6a198713195ea5c6543eaa443c0cf764 (patch)
treeae9e3ecbd8a58bc3984826fca66c0b77c87e6c4f /apps/files_external/appinfo
parent74e8c25a5b48eb4b675de262ced1702dec4307f4 (diff)
downloadnextcloud-server-62cc316c6a198713195ea5c6543eaa443c0cf764.tar.gz
nextcloud-server-62cc316c6a198713195ea5c6543eaa443c0cf764.zip
remove old propagation logic
Diffstat (limited to 'apps/files_external/appinfo')
-rw-r--r--apps/files_external/appinfo/app.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/files_external/appinfo/app.php b/apps/files_external/appinfo/app.php
index a7d8f4f668d..1fcd09cca51 100644
--- a/apps/files_external/appinfo/app.php
+++ b/apps/files_external/appinfo/app.php
@@ -60,8 +60,5 @@ if (OCP\Config::getAppValue('files_external', 'allow_user_mounting', 'yes') == '
"name" => $l->t('External storage')
]);
-// connecting hooks
-OCP\Util::connectHook('OC_Filesystem', 'post_initMountPoints', '\OC_Mount_Config', 'initMountPointsHook');
-
$mountProvider = $appContainer->query('OCA\Files_External\Config\ConfigAdapter');
\OC::$server->getMountProviderCollection()->registerProvider($mountProvider);