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 e0e3d28 commit 5f7877cCopy full SHA for 5f7877c
lib/internal/Magento/Framework/Model/Resource/Db/AbstractDb.php
@@ -783,7 +783,7 @@ protected function prepareDataForUpdate($object)
783
unset($data[$this->getIdFieldName()]);
784
785
foreach ($object->getStoredData() as $key => $value) {
786
- if(array_key_exists($key, $data) && $data[$key] == $value) {
+ if (array_key_exists($key, $data) && $data[$key] == $value) {
787
unset($data[$key]);
788
}
789
0 commit comments