From 8c9f1a982c48db4601ea7ba33b31fca342e03ded Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Mon, 26 Jan 2015 14:34:40 +0100 Subject: Update the cache when renaming even if we dont emit hooks --- lib/private/files/node/root.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/private/files/node/root.php') diff --git a/lib/private/files/node/root.php b/lib/private/files/node/root.php index 1dd4a3e378d..1834ef67bef 100644 --- a/lib/private/files/node/root.php +++ b/lib/private/files/node/root.php @@ -155,7 +155,7 @@ class Root extends Folder implements IRootFolder { * @param string $path * @throws \OCP\Files\NotFoundException * @throws \OCP\Files\NotPermittedException - * @return string + * @return \OCP\Files\Node */ public function get($path) { $path = $this->normalizePath($path); -- cgit v1.2.3