X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FdumpLinks.php;h=ff4e8945025a42b01afec9608dadb7c90c09018d;hb=956967415397d64f7c67259f190e8122a0b32506;hp=1faeb8ae1918460d4c993061e59288a2207a1d23;hpb=2f885ee6b797e5a176ce7b270b674a04b5945b06;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/dumpLinks.php b/maintenance/dumpLinks.php index 1faeb8ae19..ff4e894502 100644 --- a/maintenance/dumpLinks.php +++ b/maintenance/dumpLinks.php @@ -44,7 +44,7 @@ class DumpLinks extends Maintenance { } public function execute() { - $dbr = $this->getDB( DB_SLAVE ); + $dbr = $this->getDB( DB_REPLICA ); $result = $dbr->select( [ 'pagelinks', 'page' ], [ 'page_id',