Mark BackupReader::reportPage() public
Partial revert I44c82fbe65e1d002803ce065df6563f06dd39cd4 Bug: T238984 Change-Id: If7f7899c626c96b7024f84e73886bd80636a3a2d
This commit is contained in:
parent
70bc2a5527
commit
4b96c825f3
1 changed files with 1 additions and 1 deletions
|
|
@ -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++;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue