Fix shared cache
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
d7931b82ae
commit
870ebec4ac
|
@ -142,7 +142,7 @@ class Cache extends CacheJail {
|
|||
} else {
|
||||
$entry['path'] = $path;
|
||||
}
|
||||
$sharePermissions = $this->storage->getPermissions($path);
|
||||
$sharePermissions = $this->storage->getPermissions($entry['path']);
|
||||
if (isset($entry['permissions'])) {
|
||||
$entry['permissions'] &= $sharePermissions;
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue