Skip to content
Snippets Groups Projects
Commit a7cb16aa authored by Thomas Müller's avatar Thomas Müller
Browse files

use ===

parent 0f266d0f
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment