summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Node/LazyRoot.php
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2016-08-26 12:13:34 +0200
committerRoeland Jago Douma <roeland@famdouma.nl>2016-08-26 12:13:34 +0200
commitf805aff67c0b9bb70fe7f2c2e65e57546725a51b (patch)
tree914e4a6e2d592e8d3ae7ffff88d39924c866a293 /lib/private/Files/Node/LazyRoot.php
parentad4cab130eda568cdd1e5344796140d853655740 (diff)
downloadnextcloud-server-f805aff67c0b9bb70fe7f2c2e65e57546725a51b.tar.gz
nextcloud-server-f805aff67c0b9bb70fe7f2c2e65e57546725a51b.zip
Always use the LazyRoot
Diffstat (limited to 'lib/private/Files/Node/LazyRoot.php')
-rw-r--r--lib/private/Files/Node/LazyRoot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Files/Node/LazyRoot.php b/lib/private/Files/Node/LazyRoot.php
index 317b8144653..1fb3f6448bc 100644
--- a/lib/private/Files/Node/LazyRoot.php
+++ b/lib/private/Files/Node/LazyRoot.php
@@ -139,7 +139,7 @@ class LazyRoot implements IRootFolder {
* @inheritDoc
*/
public function get($path) {
- $this->__call(__FUNCTION__, func_get_args());
+ return $this->__call(__FUNCTION__, func_get_args());
}
/**