Merge pull request #18546 from nextcloud/bugfix/appstore-update

Fix broken upgrade caused by undefined method call
This commit is contained in:
Roeland Jago Douma 2019-12-23 11:35:18 +01:00 committed by GitHub
commit fbab9c0b87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -151,6 +151,5 @@ class AppFetcher extends Fetcher {
parent::setVersion($version);
$this->fileName = $fileName;
$this->ignoreMaxVersion = $ignoreMaxVersion;
$this->setEndpoint();
}
}