From b8e064a34d49168021bd29cdf1f3ee28f7a01b65 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Sat, 18 Aug 2012 15:43:12 +0200 Subject: [PATCH] Cannot make method visibility lower than super's. Change-Id: I8ed3f3bad954dd03bd80d23954e31ee5429c04fe --- maintenance/storage/orphanStats.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance/storage/orphanStats.php b/maintenance/storage/orphanStats.php index f30f07e424..8f0384ddd2 100644 --- a/maintenance/storage/orphanStats.php +++ b/maintenance/storage/orphanStats.php @@ -28,7 +28,7 @@ class OrphanStats extends Maintenance { $this->mDescription = "how some statistics on the blob_orphans table, created with trackBlobs.php"; } - private function getDB( $cluster ) { + protected function getDB( $cluster ) { $lb = wfGetLBFactory()->getExternalLB( $cluster ); return $lb->getConnection( DB_SLAVE ); } -- 2.20.1