Skip to content

Commit

Permalink
Merge pull request #9 from akeneo-labs/attribute-correction
Browse files Browse the repository at this point in the history
Correct an error in PimGento attribute export
  • Loading branch information
fitn committed Jun 10, 2015
2 parents dd46854 + 9636baa commit 96a407d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Processor/AttributeToFlatArrayProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function process($attribute)
'default_metric_unit' => $attribute->getDefaultMetricUnit(),
'localizable' => (int) $attribute->isLocalizable(),
'scopable' => (int) $attribute->isScopable(),
'family' => $this->getAttributeFamilyCodes($attribute),
'families' => $this->getAttributeFamilyCodes($attribute),
]
);

Expand Down

0 comments on commit 96a407d

Please sign in to comment.