Fixing style errors.

This commit is contained in:
stickler-ci 2022-08-23 10:10:39 +00:00
parent 9ce6ed74a7
commit e4b7fbe1ac

View File

@ -670,7 +670,7 @@ if (empty($reshook)) {
$newlang = '';
if (!empty($conf->global->MAIN_MULTILANGS) && empty($newlang)) {
$newlang = $object->thirdparty->default_lang;
if(GETPOST('lang_id', 'aZ09'))
if (GETPOST('lang_id', 'aZ09'))
$newlang = GETPOST('lang_id', 'aZ09');
}
if (!empty($newlang)) {