Skip to content

Commit

Permalink
MAGETWO-66357: Fix for Product Attribute's Conditions #6400
Browse files Browse the repository at this point in the history
  • Loading branch information
vrann committed Mar 20, 2017
1 parent 73cf260 commit 54df914
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ public function getValueName()
}
if (!empty($valueArr)) {
$value = implode(', ', $valueArr);
} elseif(is_array($value)) {
} elseif (is_array($value)) {
$value = implode(', ', $value);
}
return $value;
Expand Down

0 comments on commit 54df914

Please sign in to comment.