diff options
author | Robin Appelman <icewind1991@gmail.com> | 2011-11-10 16:40:09 +0100 |
---|---|---|
committer | Robin Appelman <icewind1991@gmail.com> | 2011-11-10 16:40:09 +0100 |
commit | 524e3686a0da79493a6048d8d92b7bbb0982ec08 (patch) | |
tree | df3ff86248e797cc86ab2e2df0cc9061b4c5221e /lib/util.php | |
parent | 5a6aba1e1114707942c613c2402eed3237b43a21 (diff) | |
download | nextcloud-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.php | 5 |
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(''); - } } } |