Cache: return non numberic storage id

This commit is contained in:
Robin Appelman 2013-01-21 22:01:22 +01:00
parent 4c05661875
commit 42a1a17a30
1 changed files with 1 additions and 0 deletions

View File

@ -130,6 +130,7 @@ class Cache {
$data['size'] = (int)$data['size'];
$data['mtime'] = (int)$data['mtime'];
$data['encrypted'] = (bool)$data['encrypted'];
$data['storage'] = $this->storageId;
$data['mimetype'] = $this->getMimetype($data['mimetype']);
$data['mimepart'] = $this->getMimetype($data['mimepart']);
}