build: Updating mediawiki/mediawiki-codesniffer to 13.0.0
Change-Id: I90d2696ee78e6647bdc034c55fcab5896ea76f3d
This commit is contained in:
parent
ef2b6c3fd0
commit
5f36ec60c7
3 changed files with 3 additions and 3 deletions
|
@ -32,7 +32,7 @@ class ContributionScores extends IncludableSpecialPage {
|
|||
|
||||
$opts = explode( ',', strtolower( $options ) );
|
||||
|
||||
$dbr = wfGetDB( DB_SLAVE );
|
||||
$dbr = wfGetDB( DB_REPLICA );
|
||||
|
||||
$userTable = $dbr->tableName( 'user' );
|
||||
$userGroupTable = $dbr->tableName( 'user_groups' );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue