From 53f4c8d65918cc6b67b999eb4c572584cca8511e Mon Sep 17 00:00:00 2001 From: SecretR Date: Wed, 2 Apr 2014 16:19:34 +0300 Subject: [PATCH] Last commit went wrong - typo fix --- e107_handlers/form_handler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_handlers/form_handler.php b/e107_handlers/form_handler.php index ebc23aebe..3f1474c62 100644 --- a/e107_handlers/form_handler.php +++ b/e107_handlers/form_handler.php @@ -202,7 +202,7 @@ class e_form if(deftrue('BOOTSTRAP') === 3) { - $options['class'] .= ' fform-control'; + $options['class'] .= ' form-control'; } /*