mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
Merge pull request #3246 from SimSync/fix_3228
Fixes #3228 show extended user field also in non bootstrap themes
This commit is contained in:
@@ -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'];
|
||||
|
Reference in New Issue
Block a user