Mark BackupReader::reportPage() public

Partial revert I44c82fbe65e1d002803ce065df6563f06dd39cd4

Bug: T238984
Change-Id: If7f7899c626c96b7024f84e73886bd80636a3a2d
This commit is contained in:
Reedy 2019-11-25 18:48:27 +00:00
parent 70bc2a5527
commit 4b96c825f3

View file

@ -183,7 +183,7 @@ TEXT
return is_array( $this->nsFilter ) && !in_array( $ns, $this->nsFilter );
}
private function reportPage( $page ) {
public function reportPage( $page ) {
$this->pageCount++;
}