Skip to content
Snippets Groups Projects
Commit fe223543 authored by Jared Hancock's avatar Jared Hancock
Browse files

Fix regression in Upgrader::getErrors

Introduced with the multi-stream upgrader
parent 8f44d157
No related branches found
No related tags found
No related merge requests found
......@@ -114,7 +114,7 @@ class Upgrader {
function getErrors() {
if ($this->getCurrentStream())
return $this->getCurrentStream()->getError();
return $this->getCurrentStream()->getErrors();
}
function getNextAction() {
......
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