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
parent
commit
ac96554aaa
No known key found for this signature in database GPG Key ID: 4C614C6ED2CDE6DF
  1. 1
      lib/private/App/AppStore/Fetcher/AppFetcher.php

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