diff --git a/model/MySQLDatabase.php b/model/MySQLDatabase.php index 0d3324c40..dfada7ad8 100644 --- a/model/MySQLDatabase.php +++ b/model/MySQLDatabase.php @@ -880,6 +880,9 @@ class MySQLDatabase extends SS_Database { $list->setPageLEngth($pageLength); $list->setTotalItems($totalCount); + // The list has already been limited by the query above + $list->setLimitItems(false); + return $list; }