Initialize storageId variable in shared cache

This commit is contained in:
Michael Gapczynski 2013-01-01 14:13:05 -05:00
parent a164fd160f
commit fe90130618
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ class Shared_Cache extends Cache {
if ($storage) {
$this->files[$target] = $internalPath;
$cache = $storage->getCache();
$this->storageId = $storage->getId();
$this->numericId = $cache->getNumericStorageId();
return $cache;
}