summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/filecache.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/filecache.php b/lib/filecache.php
index 8763865c8c3..9fa3fbea97d 100644
--- a/lib/filecache.php
+++ b/lib/filecache.php
@@ -640,7 +640,7 @@ class OC_FileCache{
$cachedMTime=$row['mtime'];
return ($mtime>$cachedMTime);
}else{//file not in cache, so it has to be updated
- return !($isDir);//new folders are handeled sperate
+ return true;
}
}