From 52f034ac9c7f9e65cc093a0537be3aa90502f2ee Mon Sep 17 00:00:00 2001 From: Rob Church Date: Wed, 18 Jul 2007 09:52:17 +0000 Subject: [PATCH] It helps when you don't break things... --- includes/Pager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Pager.php b/includes/Pager.php index 601c9a5294..70d0873c35 100644 --- a/includes/Pager.php +++ b/includes/Pager.php @@ -200,7 +200,7 @@ abstract class IndexPager implements Pager { * * @param ResultWrapper $result Result wrapper */ - protected function preprocessResult( $result ) {} + protected function preprocessResults( $result ) {} /** * Get the formatted result list. Calls getStartBody(), formatRow() and -- 2.20.1