register the external share mount provider

This commit is contained in:
Robin Appelman 2015-10-05 16:19:13 +02:00
parent 76a528e511
commit a0c9dc2986

View file

@ -138,6 +138,7 @@ class Application extends App {
$server = $this->getContainer()->query('ServerContainer');
$mountProviderCollection = $server->getMountProviderCollection();
$mountProviderCollection->registerProvider($this->getContainer()->query('MountProvider'));
$mountProviderCollection->registerProvider($this->getContainer()->query('ExternalManager'));
}
public function setupPropagation() {