[2.0][DDC-48] Fixed issue with getNamespacedId() being called twice
This commit is contained in:
parent
da38026bc2
commit
1642f53bf4
@ -57,7 +57,7 @@ abstract class AbstractCache implements Cache
|
||||
public function fetch($id)
|
||||
{
|
||||
$id = $this->_getNamespacedId($id);
|
||||
return $this->_doFetch($this->_getNamespacedId($id));
|
||||
return $this->_doFetch($id);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user