Browse Source
Fix broken upgrade caused by undefined method call
Signed-off-by: Julius Härtl <jus@bitgrid.net>
pull/18546/head
Julius Härtl
6 years ago
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with
0 additions and
1 deletions
-
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(); |
|
|
|
} |
|
|
|
} |