From: Chad Horohoe Date: Wed, 20 Apr 2011 03:31:15 +0000 (+0000) Subject: Enforce protected, nothing was using it outside this class X-Git-Tag: 1.31.0-rc.0~30690 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/recherche.php?a=commitdiff_plain;h=2977bca5245ddd2d7d312eb84bc58e190f663e2f;p=lhc%2Fweb%2Fwiklou.git Enforce protected, nothing was using it outside this class --- 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();