Skip to content
This repository was archived by the owner on Feb 3, 2021. It is now read-only.

Commit bfeb37b

Browse files
committed
// fixup
1 parent 6a7e7f1 commit bfeb37b

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

mailalerts.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -808,13 +808,6 @@ public function hookActionOrderReturn($params)
808808
}
809809
}
810810

811-
$en = (int)Language::getIdByIso('en');
812-
if ($mail_id_lang != $en)
813-
{
814-
$mail_id_lang = $en;
815-
$mail_iso = 'en';
816-
}
817-
818811
$dir_mail = false;
819812
if (file_exists(dirname(__FILE__).'/mails/'.$mail_iso.'/return_slip.txt') &&
820813
file_exists(dirname(__FILE__).'/mails/'.$mail_iso.'/return_slip.html'))

0 commit comments

Comments
 (0)