Skip to content

Commit

Permalink
ENGCOM-3810: Issue #13612 Fixed. #20001
Browse files Browse the repository at this point in the history
 - Merge Pull Request #20001 from aditisinghcedcoss/magento2:aditisinghcedcoss-patch-for-issue#13612
 - Merged commits:
   1. 0df7243
   2. 887902b
  • Loading branch information
magento-engcom-team committed Mar 4, 2019
2 parents e51df41 + 887902b commit fb80748
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public function getOptionText($value)
}
}
// End
if (isset($options[$value])) {
if (is_scalar($value) && isset($options[$value])) {
return $options[$value];
}
return false;
Expand Down

0 comments on commit fb80748

Please sign in to comment.