mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-27 23:40:19 +00:00
Fix bogus DB domain parameter in AbuseFilter::getCentralDB()
Follow-up to 2cf7b58434
Bug: T227613
Change-Id: I07b2d46389e6c8346d7c5848a00a1c2f8577acd8
This commit is contained in:
parent
6a5d5fc447
commit
fce600c3ee
|
@ -3397,7 +3397,7 @@ class AbuseFilter {
|
|||
|
||||
return MediaWikiServices::getInstance()
|
||||
->getDBLoadBalancerFactory()
|
||||
->getMainLB( $index )
|
||||
->getMainLB( $wgAbuseFilterCentralDB )
|
||||
->getConnectionRef( $index, [], $wgAbuseFilterCentralDB );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue