diff options
author | Joas Schilling <coding@schilljs.com> | 2016-08-24 09:52:05 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2016-08-24 09:52:05 +0200 |
commit | c7c53aefb2cefde1dabcf38534950e7a95cad542 (patch) | |
tree | c5b24e0cadd5ac8f4f4ef169fd567ec6ad63d88f /lib | |
parent | 80fe499707b280424fd032c33dcb3ff956e3a282 (diff) | |
download | nextcloud-server-c7c53aefb2cefde1dabcf38534950e7a95cad542.tar.gz nextcloud-server-c7c53aefb2cefde1dabcf38534950e7a95cad542.zip |
Use the lazy root to make tests pass 🙈
Diffstat (limited to 'lib')
-rw-r--r-- | lib/private/Server.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Server.php b/lib/private/Server.php index 02419e9a5e7..e99c6e8c56a 100644 --- a/lib/private/Server.php +++ b/lib/private/Server.php @@ -656,7 +656,7 @@ class Server extends ServerContainer implements IServerContainer { $c->getL10N('theming'), $c->getURLGenerator(), new \OC_Defaults(), - $c->getRootFolder() + $c->getLazyRootFolder() ); } return new \OC_Defaults(); |