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

Fix broken upgrade caused by undefined method call
pull/18558/head
Roeland Jago Douma 5 years ago committed by GitHub
commit fbab9c0b87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      lib/private/App/AppStore/Fetcher/AppFetcher.php

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

Loading…
Cancel
Save