diff --git a/core/bulkchange.class.inc.php b/core/bulkchange.class.inc.php index 7986124ca..47e31a215 100644 --- a/core/bulkchange.class.inc.php +++ b/core/bulkchange.class.inc.php @@ -914,7 +914,7 @@ class BulkChange $bLimitExceeded = true; if (!$bShowAll) { - $iMaxObjects = MetaModel::GetConfig()->GetMinDisplayLimit(); + $iMaxObjects = appUserPreferences::GetPref('default_page_size', MetaModel::GetConfig()->GetMinDisplayLimit()); $oBulkChanges->SetLimit($iMaxObjects); } }