From: Rob Church Date: Wed, 18 Jul 2007 09:52:17 +0000 (+0000) Subject: It helps when you don't break things... X-Git-Tag: 1.31.0-rc.0~52033 X-Git-Url: http://git.cyclocoop.org/data/Fool?a=commitdiff_plain;h=52f034ac9c7f9e65cc093a0537be3aa90502f2ee;p=lhc%2Fweb%2Fwiklou.git It helps when you don't break things... --- 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