mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Fix broken upgrade caused by undefined method call
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
7eb9841b8b
commit
ac96554aaa
1 changed files with 0 additions and 1 deletions
|
|
@ -151,6 +151,5 @@ class AppFetcher extends Fetcher {
|
|||
parent::setVersion($version);
|
||||
$this->fileName = $fileName;
|
||||
$this->ignoreMaxVersion = $ignoreMaxVersion;
|
||||
$this->setEndpoint();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue