1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 21:57:51 +02:00

fix for working with multilan pref

#2822
This commit is contained in:
Jimako
2019-06-13 15:46:58 +02:00
committed by GitHub
parent 1efb840a86
commit affcec8e47

View File

@@ -231,7 +231,7 @@ class faqs_shortcodes extends e_shortcode
$customCaption = e107::pref('faqs', 'page_title'); $customCaption = e107::pref('faqs', 'page_title');
if(!empty($customCaption)) if(!empty($customCaption[e_LANGUAGE]))
{ {
return e107::getParser()->toHTML($customCaption,true); return e107::getParser()->toHTML($customCaption,true);
} }