ownCloud Server: update regex
This commit is contained in:
parent
a9807e5d51
commit
6a7267aaa1
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ class OwnCloudServer extends PatchBase {
|
|||
}
|
||||
function check() : bool {
|
||||
if ($this->fetch('https://owncloud.com/changelog/server/'))
|
||||
return $this->parse('/Changelog for ownCloud Core \[([\d\.]+)\]/');
|
||||
return $this->parse('/Changelog for ([\d\.]+)/');
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue