summaryrefslogtreecommitdiffstats
path: root/lib/util.php
diff options
context:
space:
mode:
authorRobin Appelman <icewind1991@gmail.com>2011-11-10 16:40:09 +0100
committerRobin Appelman <icewind1991@gmail.com>2011-11-10 16:40:09 +0100
commit524e3686a0da79493a6048d8d92b7bbb0982ec08 (patch)
treedf3ff86248e797cc86ab2e2df0cc9061b4c5221e /lib/util.php
parent5a6aba1e1114707942c613c2402eed3237b43a21 (diff)
downloadnextcloud-server-524e3686a0da79493a6048d8d92b7bbb0982ec08.tar.gz
nextcloud-server-524e3686a0da79493a6048d8d92b7bbb0982ec08.zip
tell the user when the files are being scanned
Diffstat (limited to 'lib/util.php')
-rw-r--r--lib/util.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/util.php b/lib/util.php
index b20e8e69e73..e010a572e3a 100644
--- a/lib/util.php
+++ b/lib/util.php
@@ -49,11 +49,6 @@ class OC_Util {
$quotaProxy=new OC_FileProxy_Quota();
OC_FileProxy::register($quotaProxy);
self::$fsSetup=true;
-
- //create the file cache if necesary
- if(!OC_FileCache::inCache('')){
- OC_FileCache::scan('');
- }
}
}