fixing syntax error

remotes/origin/stable5
Thomas Mueller 12 years ago
parent e1fe5279dd
commit f2baf1ae0e
  1. 2
      lib/files/cache/scanner.php

@ -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…
Cancel
Save