Moved branch tags to new attribute
This commit is contained in:
parent
3d037ec2b3
commit
ffc5ce2b33
12 changed files with 21 additions and 9 deletions
|
|
@ -2,7 +2,8 @@
|
|||
|
||||
class MozillaFirefoxESR extends PatchBase {
|
||||
function __construct() {
|
||||
parent::__construct('Mozilla', 'Firefox ESR', 'https://www.mozilla.org/en-US/firefox/organizations/all/');
|
||||
parent::__construct('Mozilla', 'Firefox', 'https://www.mozilla.org/en-US/firefox/organizations/all/');
|
||||
$this->patch->setBranch('ESR');
|
||||
}
|
||||
function check() : bool {
|
||||
if ($this->fetch('https://www.mozilla.org/en-US/firefox/organizations/all/'))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue