fixing syntax error

This commit is contained in:
Thomas Mueller 2013-02-12 16:18:48 +01:00
parent e1fe5279dd
commit f2baf1ae0e
1 changed files with 1 additions and 1 deletions

View File

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