Enforce protected, nothing was using it outside this class

This commit is contained in:
Chad Horohoe 2011-04-20 03:31:15 +00:00
parent d3bf5662ed
commit 2977bca524

View file

@ -1371,7 +1371,7 @@ class LocalFileDeleteBatch {
return array( $oldRels, $deleteCurrent );
}
/*protected*/ function getHashes() {
protected function getHashes() {
$hashes = array();
list( $oldRels, $deleteCurrent ) = $this->getOldRels();