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 MozillaFirefox extends PatchBase {
parent::__construct('Mozilla', 'Firefox', 'https://www.mozilla.org/en-US/firefox/all/');
}
function check() : bool {
if ($this->fetch('https://www.mozilla.org/de/firefox/all/'))
if ($this->fetch('https://www.mozilla.org/en-US/firefox/all/'))
return $this->parse('/data-latest-firefox="([\d\.]+)"/');
return false;
}