Fix broken upgrade caused by undefined method call

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2019-12-23 10:41:41 +01:00 committed by Backportbot
parent 06181e3527
commit 07c37df91f
1 changed files with 0 additions and 1 deletions

View File

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