From cad691e32fdba0899555b2749d222ee89ff08088 Mon Sep 17 00:00:00 2001 From: Tijn Kuyper Date: Wed, 3 Apr 2019 11:00:03 +0200 Subject: [PATCH] Tweak BS check --- e107_core/shortcodes/batch/usersettings_shortcodes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }