mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Initialize storageId variable in shared cache
This commit is contained in:
parent
a164fd160f
commit
fe90130618
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue