1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 12:20:44 +02:00

fixes #3228 show extended user field also in non bootstrap themes

This commit is contained in:
Achim Ennenbach
2018-07-03 11:30:30 +02:00
parent 89e3716c3f
commit 623fbe607c

View File

@@ -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'];