This commit is contained in:
Thomas Müller 2013-11-04 21:23:10 +01:00
parent 0f266d0f62
commit a7cb16aab1
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ class Shared_Cache extends Cache {
$data['encrypted'] = (bool)$data['encrypted'];
$data['mimetype'] = $this->getMimetype($data['mimetype']);
$data['mimepart'] = $this->getMimetype($data['mimepart']);
if ($data['storage_mtime'] == 0) {
if ($data['storage_mtime'] === 0) {
$data['storage_mtime'] = $data['mtime'];
}
return $data;