diff --git a/libraries/src/Schema/ChangeItem.php b/libraries/src/Schema/ChangeItem.php index 670dc23acbd0d..71c7eecb31202 100644 --- a/libraries/src/Schema/ChangeItem.php +++ b/libraries/src/Schema/ChangeItem.php @@ -196,7 +196,7 @@ public function check() try { - $rows = $this->db->loadObject(); + $rows = $this->db->loadRowList(0); } catch (\RuntimeException $e) {