mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 21:57:51 +02:00
@@ -231,7 +231,7 @@ class faqs_shortcodes extends e_shortcode
|
||||
|
||||
$customCaption = e107::pref('faqs', 'page_title');
|
||||
|
||||
if(!empty($customCaption))
|
||||
if(!empty($customCaption[e_LANGUAGE]))
|
||||
{
|
||||
return e107::getParser()->toHTML($customCaption,true);
|
||||
}
|
||||
|
Reference in New Issue
Block a user