Fix wrong word in comment
This commit is contained in:
parent
d2c5f9bec7
commit
9ffd4197ae
1 changed files with 1 additions and 1 deletions
|
@ -354,7 +354,7 @@ class OC_FileCache{
|
|||
public static function increaseSize($path, $sizeDiff, $root=false) {
|
||||
if($sizeDiff==0) return;
|
||||
$item = OC_FileCache_Cached::get($path);
|
||||
//stop walking up the filetree if we hit a non-folder or reached to root folder
|
||||
//stop walking up the filetree if we hit a non-folder or reached the root folder
|
||||
if($path == '/' || $path=='' || $item['mimetype'] !== 'httpd/unix-directory') {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue