Fixing style errors.

This commit is contained in:
stickler-ci 2022-06-09 13:25:44 +00:00
parent 39d29d4cf3
commit de88a39bb6

View File

@ -63,7 +63,7 @@ if ($action == 'presend') {
$newlang = $object->thirdparty->default_lang;
if (GETPOST('lang_id', 'aZ09')) {
$newlang = GETPOST('lang_id', 'aZ09');
}
}
}
if (!empty($newlang)) {