Add BC fix for renamed Tagalog language

This commit is contained in:
Marcus Bointon 2018-09-26 19:39:29 +02:00
parent 8f558ec053
commit 9e81b00c2f
No known key found for this signature in database
GPG Key ID: DE31CD6EB646AA24
1 changed files with 1 additions and 0 deletions

View File

@ -1996,6 +1996,7 @@ class PHPMailer
'no' => 'nb',
'se' => 'sv',
'sr' => 'rs',
'tg' => 'tl',
];
if (isset($renamed_langcodes[$langcode])) {