Skip to content

Commit

Permalink
Merge pull request #18546 from nextcloud/bugfix/appstore-update
Browse files Browse the repository at this point in the history
Fix broken upgrade caused by undefined method call
  • Loading branch information
rullzer authored Dec 23, 2019
2 parents 6d96b34 + ac96554 commit fbab9c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/private/App/AppStore/Fetcher/AppFetcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,5 @@ public function setVersion(string $version, string $fileName = 'apps.json', bool
parent::setVersion($version);
$this->fileName = $fileName;
$this->ignoreMaxVersion = $ignoreMaxVersion;
$this->setEndpoint();
}
}

0 comments on commit fbab9c0

Please sign in to comment.