diff --git a/e107_core/shortcodes/batch/usersettings_shortcodes.php b/e107_core/shortcodes/batch/usersettings_shortcodes.php index e9d68fe64..6835dcad7 100755 --- a/e107_core/shortcodes/batch/usersettings_shortcodes.php +++ b/e107_core/shortcodes/batch/usersettings_shortcodes.php @@ -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); }