Merge pull request #18546 from nextcloud/bugfix/appstore-update
Fix broken upgrade caused by undefined method call
This commit is contained in:
commit
fbab9c0b87
1 changed files with 0 additions and 1 deletions
|
@ -151,6 +151,5 @@ class AppFetcher extends Fetcher {
|
|||
parent::setVersion($version);
|
||||
$this->fileName = $fileName;
|
||||
$this->ignoreMaxVersion = $ignoreMaxVersion;
|
||||
$this->setEndpoint();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue