mirror of
https://github.com/e107inc/e107.git
synced 2025-08-17 20:01:47 +02:00
Updated FAQs plugin to use the right shortcode methods.
This commit is contained in:
@@ -86,7 +86,7 @@ class plugin_gallery_index_controller extends eControllerFront
|
||||
$text = "";
|
||||
foreach($this->catList as $val)
|
||||
{
|
||||
$sc->setParserVars($val);
|
||||
$sc->setVars($val);
|
||||
$text .= e107::getParser()->parseTemplate($template['CAT_ITEM'],TRUE);
|
||||
}
|
||||
$text = $template['CAT_START'].$text.$template['CAT_END'];
|
||||
|
Reference in New Issue
Block a user