Skip to content
Snippets Groups Projects
Unverified Commit ac96554a authored by Julius Härtl's avatar Julius Härtl
Browse files

Fix broken upgrade caused by undefined method call


Signed-off-by: default avatarJulius Härtl <jus@bitgrid.net>
parent 7eb9841b
No related branches found
No related tags found
No related merge requests found
...@@ -151,6 +151,5 @@ class AppFetcher extends Fetcher { ...@@ -151,6 +151,5 @@ class AppFetcher extends Fetcher {
parent::setVersion($version); parent::setVersion($version);
$this->fileName = $fileName; $this->fileName = $fileName;
$this->ignoreMaxVersion = $ignoreMaxVersion; $this->ignoreMaxVersion = $ignoreMaxVersion;
$this->setEndpoint();
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment