mirror of
https://github.com/e107inc/e107.git
synced 2025-03-14 01:19:44 +01:00
Fix for custom shortcode use in usersettings template.
This commit is contained in:
parent
3bd404b17f
commit
5bf9d9bc7d
@ -885,7 +885,7 @@ if (e_QUERY == "update")
|
||||
// e107::scStyle($sc_style);
|
||||
e107::getScBatch('usersettings')->setVars($curVal);
|
||||
|
||||
$text .= $tp->parseTemplate($USERSETTINGS_EDIT, false, $usersettings_shortcodes);
|
||||
$text .= $tp->parseTemplate($USERSETTINGS_EDIT, true, $usersettings_shortcodes); //ParseSC must be set to true so that custom plugin -shortcodes can be utilized.
|
||||
|
||||
|
||||
$text .= "<div><input type='hidden' name='_uid' value='{$uuid}' /></div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user