Missed one.
This commit is contained in:
parent
16ae63bdfd
commit
19f0c47842
|
@ -167,7 +167,7 @@ class Scanner extends BasicEmitter {
|
|||
}
|
||||
if (!empty($newData)) {
|
||||
\OC_Hook::emit('Scanner', 'addToCache', array('file' => $file, 'data' => $newData));
|
||||
if(!Config::getSystemValue('filesystem_cache_readonly', false)) {
|
||||
if($this->cacheActive) {
|
||||
$data['fileid'] = $this->cache->put($file, $newData);
|
||||
}
|
||||
$this->emit('\OC\Files\Cache\Scanner', 'postScanFile', array($file, $this->storageId));
|
||||
|
|
Loading…
Reference in New Issue