1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

Tweak BS check

This commit is contained in:
Tijn Kuyper
2019-04-03 11:00:03 +02:00
parent 46828aaee1
commit cad691e32f

View File

@@ -392,7 +392,7 @@ class usersettings_shortcodes extends e_shortcode
if(($parm == 'tabs') && !empty($tabs) && deftrue('BOOTSTRAP')===3) if(($parm == 'tabs') && !empty($tabs) && deftrue('BOOTSTRAP'))
{ {
return e107::getForm()->tabs($tabs); return e107::getForm()->tabs($tabs);
} }