Enforce protected, nothing was using it outside this class
authorChad Horohoe <demon@users.mediawiki.org>
Wed, 20 Apr 2011 03:31:15 +0000 (03:31 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Wed, 20 Apr 2011 03:31:15 +0000 (03:31 +0000)
includes/filerepo/LocalFile.php

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