fixing syntax error
This commit is contained in:
parent
e1fe5279dd
commit
f2baf1ae0e
1 changed files with 1 additions and 1 deletions
2
lib/files/cache/scanner.php
vendored
2
lib/files/cache/scanner.php
vendored
|
@ -75,7 +75,7 @@ class Scanner {
|
|||
}
|
||||
}
|
||||
if ($checkExisting) {
|
||||
$cacheData = $this->cache->get($file)
|
||||
$cacheData = $this->cache->get($file);
|
||||
if ($data['size'] === -1) {
|
||||
$data['size'] = $cacheData['size'];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue