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
parent 7eb9841b8b
commit ac96554aaa
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
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();
}
}