X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FcheckImages.php;h=3e5739309633d6dcd6e051aead26cee3dc0b44c6;hb=e31c9986a17f036ec89e2ef3f04519026e42ebf3;hp=f05d15c0af2d7bb3f1f85aa137ed19112aa9bf04;hpb=c340c41b37b5079ba90489f6b212bb8e4642031a;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/checkImages.php b/maintenance/checkImages.php index f05d15c0af..3e57393096 100644 --- a/maintenance/checkImages.php +++ b/maintenance/checkImages.php @@ -37,7 +37,7 @@ class CheckImages extends Maintenance { public function execute() { $start = ''; - $dbr = $this->getDB( DB_SLAVE ); + $dbr = $this->getDB( DB_REPLICA ); $numImages = 0; $numGood = 0;