X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fpager%2FTablePager.php;h=e99c33b3a48d3caeeb6de68937b5bbaedd920253;hb=1d47891cc3d43bc6b47e30d0b605436c3dac1fc9;hp=f38ed2756340d65768bd19693cc3a2e4de396485;hpb=4e021bb8d4741d5af0f02942fe3c33a19e7fabca;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/pager/TablePager.php b/includes/pager/TablePager.php index f38ed27563..e99c33b3a4 100644 --- a/includes/pager/TablePager.php +++ b/includes/pager/TablePager.php @@ -110,7 +110,7 @@ abstract class TablePager extends IndexPager { * @protected * @return string */ - function getStartBody() { + protected function getStartBody() { $sortClass = $this->getSortHeaderClass(); $s = ''; @@ -162,7 +162,7 @@ abstract class TablePager extends IndexPager { * @protected * @return string */ - function getEndBody() { + protected function getEndBody() { return "\n"; }