mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 10:04:35 +02:00
Updated FAQs plugin to use the right shortcode methods.
This commit is contained in:
@@ -697,7 +697,7 @@ if (e_QUERY == "update")
|
||||
$text .= "<div class='fborder' style='text-align:center'><br />".str_replace("*", "<span class='required'>*</span>", LAN_USET_9)."<br />".LAN_USET_10."<br /><br /></div>";
|
||||
}
|
||||
|
||||
// $sc->setParserVars($val);
|
||||
|
||||
e107::getScBatch('usersettings')->setVars($curVal);
|
||||
$text .= $tp->parseTemplate($USERSETTINGS_EDIT, TRUE, $usersettings_shortcodes);
|
||||
|
||||
|
Reference in New Issue
Block a user