From 623fbe607c1c1821243e23395a39c9d2640a7938 Mon Sep 17 00:00:00 2001 From: Achim Ennenbach Date: Tue, 3 Jul 2018 11:30:30 +0200 Subject: [PATCH] fixes #3228 show extended user field also in non bootstrap themes --- 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 b9994fee0..1b630c664 100755 --- a/e107_core/shortcodes/batch/usersettings_shortcodes.php +++ b/e107_core/shortcodes/batch/usersettings_shortcodes.php @@ -462,7 +462,7 @@ class usersettings_shortcodes extends e_shortcode $ue = e107::getUserExt(); - if(THEME_LEGACY === true) + if(THEME_LEGACY === true || !deftrue('BOOTSTRAP')) { $USEREXTENDED_FIELD = $this->legacyTemplate['USEREXTENDED_FIELD']; $REQUIRED_FIELD = $this->legacyTemplate['REQUIRED_FIELD'];