X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FfindOrphanedFiles.php;h=5980631d0394e2707f58bbc7ce2ad77bf286710f;hb=26083805d5c5e47198e8a8ed9f7058f07be64132;hp=abd170b30446b14bb1a2a87a58b895c9013160c8;hpb=e5facc46bc170c302438f60849041b0d6be75e82;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/findOrphanedFiles.php b/maintenance/findOrphanedFiles.php index abd170b304..5980631d03 100644 --- a/maintenance/findOrphanedFiles.php +++ b/maintenance/findOrphanedFiles.php @@ -75,7 +75,7 @@ class FindOrphanedFiles extends Maintenance { return; } - $dbr = $repo->getSlaveDB(); + $dbr = $repo->getReplicaDB(); $curNames = []; $oldNames = [];