1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 05:37:32 +02:00

Tweak bootstrap check

Allow for BS4 as well
This commit is contained in:
Tijn Kuyper
2019-02-26 17:02:46 +01:00
parent 8db031e825
commit beb1734681

View File

@@ -740,7 +740,7 @@ class e_form
$options['class'] = "tbox";
}
if(deftrue('BOOTSTRAP') === 3)
if(deftrue('BOOTSTRAP'))
{
$options['class'] .= ' form-control';
}