Skip to content

Commit

Permalink
ENGCOM-3810: Issue #13612 Fixed. #20001
Browse files Browse the repository at this point in the history
  • Loading branch information
sidolov authored Mar 15, 2019
2 parents a9d69c4 + 80415b9 commit 86bd66e
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 86bd66e

Please sign in to comment.