@@ -61,7 +61,7 @@ |
||
61 | 61 | $artefacts = array(); |
62 | 62 | |
63 | 63 | // load the attribute option values for the custom store views |
64 | - $attributeOptionValues = $this->getValue(ColumnKeys::ATTRIBUTE_OPTION_VALUES, array(), function ($value) { |
|
64 | + $attributeOptionValues = $this->getValue(ColumnKeys::ATTRIBUTE_OPTION_VALUES, array(), function($value) { |
|
65 | 65 | return $this->explode($value, $this->getMultipleFieldDelimiter()); |
66 | 66 | }); |
67 | 67 |