Changed more links to English language
This commit is contained in:
parent
aa45832818
commit
7c85eb6464
5 changed files with 5 additions and 5 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue