diff options
author | Robin Appelman <icewind@owncloud.com> | 2015-01-26 14:34:40 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2015-01-28 13:44:39 +0100 |
commit | 8c9f1a982c48db4601ea7ba33b31fca342e03ded (patch) | |
tree | 29b2e085fb0c3dfefdd5dce2c4002cc342b04ccb /lib/private/files/node/root.php | |
parent | 55142186deb9e163ce3519453ebfe93f6a446666 (diff) | |
download | nextcloud-server-8c9f1a982c48db4601ea7ba33b31fca342e03ded.tar.gz nextcloud-server-8c9f1a982c48db4601ea7ba33b31fca342e03ded.zip |
Update the cache when renaming even if we dont emit hooks
Diffstat (limited to 'lib/private/files/node/root.php')
-rw-r--r-- | lib/private/files/node/root.php | 2 |
1 files changed, 1 insertions, 1 deletions
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); |