mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 19:44:09 +02:00
Updated FAQs plugin to use the right shortcode methods.
This commit is contained in:
@@ -114,7 +114,7 @@ function display_help($tagid="helpb", $mode = 1, $addtextfunc = "addtext", $help
|
||||
'size' => $helpsize
|
||||
);
|
||||
|
||||
$sc->setParserVars($data);
|
||||
$sc->setVars($data);
|
||||
|
||||
return "<div id='bbcode-panel-".$tagid."' class='mceToolbar bbcode-panel' {$visible}>".$tp->parseTemplate($BBCODE_TEMPLATE)."</div>";
|
||||
}
|
||||
|
Reference in New Issue
Block a user