Where do these notices hide? Now one is removed

This commit is contained in:
Michael 2018-08-31 05:10:53 +00:00
parent e2c27aed3e
commit c487765860
1 changed files with 4 additions and 0 deletions

View File

@ -163,6 +163,10 @@ function langfilter_prepare_body_content_filter(App $a, &$hook_data)
break;
}
if (empty($iso2)) {
return;
}
$lang = Text_LanguageDetect_ISO639::code2ToName($iso2);
} else {
$opts = $hook_data['item']['postopts'];