diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-01-31 13:56:58 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-01-31 13:56:58 +0100 |
commit | 7ff86cfebe27c6cf3fc1926faeea541b84b5eff9 (patch) | |
tree | 6d86107ee2bf83dd572ad9d5c2a787bdf12fd2ea /lib/filecache.php | |
parent | 803f86e0fcd77e3888daa387142fd197083d5fd3 (diff) | |
download | nextcloud-server-7ff86cfebe27c6cf3fc1926faeea541b84b5eff9.tar.gz nextcloud-server-7ff86cfebe27c6cf3fc1926faeea541b84b5eff9.zip |
provide live feedback while scanning files
Diffstat (limited to 'lib/filecache.php')
-rw-r--r-- | lib/filecache.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/filecache.php b/lib/filecache.php index 4e458ad929a..6dbaef4bbfa 100644 --- a/lib/filecache.php +++ b/lib/filecache.php @@ -290,7 +290,7 @@ class OC_FileCache{ * @param bool $onlyChilds * @param OC_EventSource $enventSource */ - public static function scan($path,$onlyChilds,$eventSource){//PROBLEM due to the order things are added, all parents are -1 + public static function scan($path,$onlyChilds,$eventSource){ $dh=OC_Filesystem::opendir($path); $stat=OC_Filesystem::stat($path); $mimetype=OC_Filesystem::getMimeType($path); |