1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-14 01:19:44 +01: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);
}