X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FfindMissingFiles.php;h=7979e7d3c1e0e46d942bf79093a78cd086296102;hb=d114d34dac9fcc361fcd771e4c1e712d554e325c;hp=c06a72e3a34764e7a119556db9b7a87ce921c23b;hpb=fc1ca75323b5f424a9f8d28d42d85a311ed2f721;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/findMissingFiles.php b/maintenance/findMissingFiles.php index c06a72e3a3..7979e7d3c1 100644 --- a/maintenance/findMissingFiles.php +++ b/maintenance/findMissingFiles.php @@ -36,7 +36,7 @@ class FindMissingFiles extends Maintenance { $lastName = $this->getOption( 'start', '' ); $repo = RepoGroup::singleton()->getLocalRepo(); - $dbr = $repo->getSlaveDB(); + $dbr = $repo->getReplicaDB(); $be = $repo->getBackend(); $mtime1 = $dbr->timestampOrNull( $this->getOption( 'mtimeafter', null ) );