diff --git a/include/class.upgrader.php b/include/class.upgrader.php index dcaa96641a027c7f2f7a8ec016807155764b4241..b599e59af3e6b0fd5db2a2df16c6e4c6cb54e529 100644 --- a/include/class.upgrader.php +++ b/include/class.upgrader.php @@ -114,7 +114,7 @@ class Upgrader { function getErrors() { if ($this->getCurrentStream()) - return $this->getCurrentStream()->getError(); + return $this->getCurrentStream()->getErrors(); } function getNextAction() {