Change "slave" => "replica DB" in /maintenance
[lhc/web/wiklou.git] / maintenance / resetUserTokens.php
index 131a569..df3f6d7 100644 (file)
@@ -67,7 +67,7 @@ class ResetUserTokens extends Maintenance {
                        wfCountDown( 5 );
                }
 
-               // We list user by user_id from one of the slave database
+               // We list user by user_id from one of the replica DBs
                $dbr = $this->getDB( DB_SLAVE );
 
                $where = [];