X-Git-Url: http://git.cyclocoop.org/%22.%24image2.%22?a=blobdiff_plain;f=includes%2Factions%2FHistoryAction.php;h=d6b80570edf374ba26564b1155bac09308edee32;hb=be33fee8260d8aae2aa58e485463b25064f94ecb;hp=8309e67691ccacc17c152dbdc5b80121ba034125;hpb=2491edaaca70c5a9bc898e5186eaf2c27719988f;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/actions/HistoryAction.php b/includes/actions/HistoryAction.php index 8309e67691..d6b80570ed 100644 --- a/includes/actions/HistoryAction.php +++ b/includes/actions/HistoryAction.php @@ -498,7 +498,7 @@ class HistoryPager extends ReverseChronologicalPager { return $s; } - function doBatchLookups() { + protected function doBatchLookups() { if ( !Hooks::run( 'PageHistoryPager::doBatchLookups', [ $this, $this->mResult ] ) ) { return; } @@ -529,7 +529,7 @@ class HistoryPager extends ReverseChronologicalPager { * * @return string HTML output */ - function getStartBody() { + protected function getStartBody() { $this->lastRow = false; $this->counter = 1; $this->oldIdChecked = 0; @@ -591,7 +591,7 @@ class HistoryPager extends ReverseChronologicalPager { return $element; } - function getEndBody() { + protected function getEndBody() { if ( $this->lastRow ) { $latest = $this->counter == 1 && $this->mIsFirst; $firstInList = $this->counter == 1;