Fixing style errors.
This commit is contained in:
parent
9ce6ed74a7
commit
e4b7fbe1ac
@ -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)) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user