Commit 59b5c176 authored by Colin Mollenhour's avatar Colin Mollenhour

Fix default value for 'attribute_set_id'.

parent 7ecc5276
......@@ -255,7 +255,7 @@ abstract class EcomDev_PHPUnit_Model_Mysql4_Fixture_AbstractEav
$defaultAttributeSet = 0;
}
$values[$index]['attribute_set_id'] = $defaultAttributeSet;
$row['attribute_set_id'] = $defaultAttributeSet;
}
// Preparing entity table record
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment