Skip to content

Commit

Permalink
Update AbstactSource.php Issue #13612 fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
aditisinghcedcoss authored and amol2jcommerce committed Mar 16, 2019
1 parent 71e61a7 commit e7fb7fe
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 e7fb7fe

Please sign in to comment.