Make shareproviders use the lazy root folder

This commit is contained in:
Roeland Jago Douma 2016-03-11 14:25:09 +01:00
parent 5cd8382d39
commit 55497e09a9
No known key found for this signature in database
GPG Key ID: 1E152838F164D13B
1 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ class ProviderFactory implements IProviderFactory {
$this->serverContainer->getDatabaseConnection(),
$this->serverContainer->getUserManager(),
$this->serverContainer->getGroupManager(),
$this->serverContainer->getRootFolder()
$this->serverContainer->getLazyRootFolder()
);
}
@ -114,7 +114,7 @@ class ProviderFactory implements IProviderFactory {
$tokenHandler,
$l,
$this->serverContainer->getLogger(),
$this->serverContainer->getRootFolder()
$this->serverContainer->getLazyRootFolder()
);
}