diff --git a/e107_handlers/form_handler.php b/e107_handlers/form_handler.php index eaae13b4a..d80d403e6 100644 --- a/e107_handlers/form_handler.php +++ b/e107_handlers/form_handler.php @@ -3318,7 +3318,7 @@ var_dump($select_options);*/ $opts['disabled'] = in_array($value, $options['optDisabled']); } - if(is_array($options['title']) && !empty($options['title'][$value])) + if(!empty($options['title'][$value])) { $opts['data-title'] = $options['title'][$value]; }