1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 12:48:24 +01: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:
Cameron 2018-07-04 17:39:49 -07:00 committed by GitHub
commit 253ae3b6ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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