Changed more links to English language

This commit is contained in:
Steffen Lange 2020-01-27 18:25:11 +01:00
parent aa45832818
commit 7c85eb6464
5 changed files with 5 additions and 5 deletions

View file

@ -5,7 +5,7 @@ class MozillaThunderbird extends PatchBase {
parent::__construct('Mozilla', 'Thunderbird', 'https://www.thunderbird.net/en-US/thunderbird/all/');
}
function check() : bool {
if ($this->fetch('https://www.thunderbird.net/de/thunderbird/all/'))
if ($this->fetch('https://www.thunderbird.net/en-US/thunderbird/all/'))
return $this->parse('_//download\.mozilla\.org/\?product=thunderbird-([\d\.]+)(-SSL)?&(amp;)?os=win&(amp;)?lang=en-US_');
return false;
}