Skip to content

Commit ef86dac

Browse files
author
Yushkin, Dmytro
committed
Merge branch 'MAGETWO-39948' into develop
2 parents de9055f + 046cacb commit ef86dac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1413,7 +1413,7 @@ protected function _prepareStaticValue($key, $value)
14131413
*/
14141414
protected function _processSaveData($saveData)
14151415
{
1416-
extract($saveData);
1416+
extract($saveData, EXTR_SKIP);
14171417
/**
14181418
* Import variables into the current symbol table from save data array
14191419
*

0 commit comments

Comments
 (0)