Enforce protected, nothing was using it outside this class
This commit is contained in:
parent
d3bf5662ed
commit
2977bca524
1 changed files with 1 additions and 1 deletions
|
|
@ -1371,7 +1371,7 @@ class LocalFileDeleteBatch {
|
|||
return array( $oldRels, $deleteCurrent );
|
||||
}
|
||||
|
||||
/*protected*/ function getHashes() {
|
||||
protected function getHashes() {
|
||||
$hashes = array();
|
||||
list( $oldRels, $deleteCurrent ) = $this->getOldRels();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue