mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
fixing syntax error
This commit is contained in:
parent
e1fe5279dd
commit
f2baf1ae0e
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 New Issue
Block a user