X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialUncategorizedcategories.php;h=5ff9e04ef766d5c92bccf21fb5cdedcabdb5238f;hb=d19826aa35b206847a568a4b2c1c9ffaa615fca5;hp=77b69264577ad8a53df287a38e04caed1289bc73;hpb=e5c2f66f4c30aa385005ef0ae9db0da3fd0bef90;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/SpecialUncategorizedcategories.php b/includes/specials/SpecialUncategorizedcategories.php index 77b6926457..5ff9e04ef7 100644 --- a/includes/specials/SpecialUncategorizedcategories.php +++ b/includes/specials/SpecialUncategorizedcategories.php @@ -68,7 +68,7 @@ class UncategorizedCategoriesPage extends UncategorizedPagesPage { } public function getQueryInfo() { - $dbr = wfGetDB( DB_SLAVE ); + $dbr = wfGetDB( DB_REPLICA ); $query = parent::getQueryInfo(); $exceptionList = $this->getExceptionList(); if ( $exceptionList ) {