X-Git-Url: https://git.cyclocoop.org/%28%28?a=blobdiff_plain;f=maintenance%2FcheckUsernames.php;h=e6d95477c374089a8bf56175beeabbd35ddcedc2;hb=f428f95ac49e71bde47bc982e31ff60b3ef41706;hp=6c66da4f39a0ec0250cceda7ec863892aff245b1;hpb=40a628a501fc05bb00e834fe359ca4061925f320;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/checkUsernames.php b/maintenance/checkUsernames.php index 6c66da4f39..e6d95477c3 100644 --- a/maintenance/checkUsernames.php +++ b/maintenance/checkUsernames.php @@ -40,7 +40,7 @@ class CheckUsernames extends Maintenance { } function execute() { - $dbr = $this->getDB( DB_SLAVE ); + $dbr = $this->getDB( DB_REPLICA ); $maxUserId = 0; do {