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 MozillaFirefoxESR extends PatchBase {
|
|||
parent::__construct('Mozilla', 'Firefox ESR', 'https://www.mozilla.org/en-US/firefox/organizations/all/');
|
||||
}
|
||||
function check() : bool {
|
||||
if ($this->fetch('https://www.mozilla.org/de/firefox/organizations/all/'))
|
||||
if ($this->fetch('https://www.mozilla.org/en-US/firefox/organizations/all/'))
|
||||
return $this->parse('/data-esr-versions="([\d\.]+)[ "]/');
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue