We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25ebfb8 commit c4ea23cCopy full SHA for c4ea23c
lib/internal/Magento/Framework/Model/ResourceModel/Db/VersionControl/Snapshot.php
@@ -67,7 +67,7 @@ public function isModified(\Magento\Framework\DataObject $entity)
67
return true;
68
}
69
foreach ($this->snapshotData[$entityClass][$entity->getId()] as $field => $value) {
70
- if ($entity->getDataByKey($field) != $value) {
+ if ($entity->getDataByKey($field) !== $value) {
71
72
73
0 commit comments