OwnCloud: Renaming
This commit is contained in:
parent
9b7bbf2e01
commit
6e7870a3fb
1 changed files with 2 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
|||
<?php
|
||||
|
||||
class OwnCloud extends PatchBase {
|
||||
class OwnCloudServer extends PatchBase {
|
||||
function __construct() {
|
||||
parent::__construct('ownCloud GmbH', 'ownCloud', 'https://owncloud.com/download-server/');
|
||||
parent::__construct('ownCloud GmbH', 'ownCloud Server', 'https://owncloud.com/download-server/');
|
||||
}
|
||||
function check() : bool {
|
||||
if ($this->fetch('https://owncloud.com/download-server/'))
|
||||
Loading…
Add table
Add a link
Reference in a new issue