also scan new folders when checking for updates

it might cause long load times but seems the best for now
remotes/origin/stable4
Robin Appelman 13 years ago
parent 14b240a3f4
commit 03f66c6351
  1. 2
      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;
}
}

Loading…
Cancel
Save