Skip to content

Commit 5c81cb3

Browse files
committed
MC-32427: Sign locks in order to prevent unlock from parallel request
1 parent ccb3e20 commit 5c81cb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/App/Cache/Type/AccessProxy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public function load($identifier)
8080
public function save($data, $identifier, array $tags = [], $lifeTime = null)
8181
{
8282
if (!$this->_isEnabled()) {
83-
return false;
83+
return true;
8484
}
8585
return parent::save($data, $identifier, $tags, $lifeTime);
8686
}

0 commit comments

Comments
 (0)