fixing syntax error

remotes/origin/stable5
Thomas Mueller 2013-02-12 16:18:48 +07:00
parent e1fe5279dd
commit f2baf1ae0e
1 changed files with 1 additions and 1 deletions

@ -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'];
}