From 2977bca5245ddd2d7d312eb84bc58e190f663e2f Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Wed, 20 Apr 2011 03:31:15 +0000 Subject: [PATCH] Enforce protected, nothing was using it outside this class --- includes/filerepo/LocalFile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/filerepo/LocalFile.php b/includes/filerepo/LocalFile.php index a6c247a4cf..723c253e83 100644 --- a/includes/filerepo/LocalFile.php +++ b/includes/filerepo/LocalFile.php @@ -1371,7 +1371,7 @@ class LocalFileDeleteBatch { return array( $oldRels, $deleteCurrent ); } - /*protected*/ function getHashes() { + protected function getHashes() { $hashes = array(); list( $oldRels, $deleteCurrent ) = $this->getOldRels(); -- 2.20.1