[2.0] Fixed issue with classmetadata cache that was saving the entire inheritance on the same cacheKey.
This commit is contained in:
parent
dc1f61c0e3
commit
3eff1d1c5b
@ -150,7 +150,7 @@ class ClassMetadataFactory
|
||||
} else {
|
||||
foreach ($this->_loadMetadata($realClassName) as $loadedClassName) {
|
||||
$this->_cacheDriver->save(
|
||||
"$loadedClassName\$CLASSMETADATA", $this->_loadedMetadata[$realClassName], null
|
||||
"$loadedClassName\$CLASSMETADATA", $this->_loadedMetadata[$loadedClassName], null
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user