diff --git a/e107_handlers/form_handler.php b/e107_handlers/form_handler.php index db79e3a28..24fa41ccc 100644 --- a/e107_handlers/form_handler.php +++ b/e107_handlers/form_handler.php @@ -740,7 +740,7 @@ class e_form $options['class'] = "tbox"; } - if(deftrue('BOOTSTRAP') === 3) + if(deftrue('BOOTSTRAP')) { $options['class'] .= ' form-control'; }