diff --git a/e107_plugins/faqs/faqs_shortcodes.php b/e107_plugins/faqs/faqs_shortcodes.php index 6f20b8ddc..1cf6dd0e1 100644 --- a/e107_plugins/faqs/faqs_shortcodes.php +++ b/e107_plugins/faqs/faqs_shortcodes.php @@ -233,7 +233,7 @@ class faqs_shortcodes extends e_shortcode if(!empty($customCaption[e_LANGUAGE])) { - return e107::getParser()->toHTML($customCaption,true); + return e107::getParser()->toHTML($customCaption[e_LANGUAGE],true); } return LAN_PLUGIN_FAQS_FRONT_NAME;