Skip to content

Commit 3284a9a

Browse files
committed
ACP2E-1358, fixed static
1 parent dc92524 commit 3284a9a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Eav/Model/Entity/AbstractEntity.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1546,7 +1546,8 @@ protected function _updateAttribute($object, $attribute, $valueId, $value)
15461546
{
15471547
$table = $attribute->getBackend()->getTable();
15481548
$connection = $this->getConnection();
1549-
$connection->update($table,
1549+
$connection->update(
1550+
$table,
15501551
['value' => $this->_prepareValueForSave($value, $attribute)],
15511552
'value_id = ' . $valueId
15521553
);

0 commit comments

Comments
 (0)